5 条题解

  • -2
    @ 2022-11-3 20:35:07

    这题不多说,直接上代码。

    #include <bits/stdc++.h>
    using namespace std;
    int a,b;
    int main(){
    	cin>>a>>b;
    	cout<<a/b;
    	return 0;
    }
    

信息

ID
3
时间
1000ms
内存
256MiB
难度
2
标签
递交数
466
已通过
294
上传者