用户输出
7219
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#49020 | #1254. 含金量 | Wrong Answer | 50 | 46 ms | 364 K | C++ 17 / 198 B | Chtapodia | 2021-05-20 10:08:01 |
#include <bits/stdc++.h>
using namespace std;
int main() {
int x, y, z;
cin >> x >> y >> z;
if (y % x == 0)
cout << y / x * z - 1 << endl;
else
cout << y * z / x << endl;
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