QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#624493 | #6243. دیوارکش | FristCrushd | RE | 0ms | 3628kb | C++20 | 144b | 2024-10-09 15:58:10 | 2024-10-09 15:58:13 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int main() {
int a, b;
cin >> a >> b;
cout << a % b << endl;
return 0;
}
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3512kb
input:
5 2
output:
1
result:
ok single line: '1'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3628kb
input:
10 8
output:
2
result:
ok single line: '2'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3568kb
input:
5391001 5066014
output:
324987
result:
ok single line: '324987'
Test #4:
score: -100
Runtime Error
input:
5284038939967148 1347989907738960