用户输出
7219
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#49137 | #1254. 含金量 | Wrong Answer | 50 | 44 ms | 368 K | C++ / 168 B | Motley.JM | 2021-05-21 23:28:41 |
#include <iostream>
using namespace std;
int main() {
int x, y, z;
cin >> x >> y >> z;
int m = 0;
for (; m * x <= y * z; m++)
;
cout << --m;
return 0;
}
用户输出
7759
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
6156
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
3093
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
9069
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
9030
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
8425
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
4942
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
40
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0
用户输出
5640
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 0