QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#123684 | #6243. دیوارکش | ushg8877 | AC ✓ | 1ms | 3656kb | C++14 | 195b | 2023-07-13 12:05:19 | 2023-07-13 12:05:21 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
#define ll long long
#define MP make_pair
mt19937 rnd(time(0));
int main(){
ios::sync_with_stdio(false);
ll a,b;cin>>a>>b;
cout<<a%b;
}
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3404kb
input:
5 2
output:
1
result:
ok single line: '1'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3656kb
input:
10 8
output:
2
result:
ok single line: '2'
Test #3:
score: 0
Accepted
time: 1ms
memory: 3504kb
input:
5391001 5066014
output:
324987
result:
ok single line: '324987'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3500kb
input:
5284038939967148 1347989907738960
output:
1240069216750268
result:
ok single line: '1240069216750268'
Test #5:
score: 0
Accepted
time: 0ms
memory: 3604kb
input:
4278297628547089 3988901491261491
output:
289396137285598
result:
ok single line: '289396137285598'