QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#235895 | #5490. Smallest Calculated Value | lmq26052003 | WA | 1ms | 3512kb | C++20 | 1.6kb | 2023-11-03 12:29:53 | 2023-11-03 12:29:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 3360kb
input:
2 3 5
output:
0
result:
ok single line: '0'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3504kb
input:
9 9 9
output:
0
result:
ok single line: '0'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3504kb
input:
5 7 3
output:
1
result:
ok single line: '1'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3380kb
input:
406 21 18
output:
367
result:
ok single line: '367'
Test #5:
score: 0
Accepted
time: 0ms
memory: 3312kb
input:
250 750 1000
output:
0
result:
ok single line: '0'
Test #6:
score: 0
Accepted
time: 0ms
memory: 3392kb
input:
774 261 747
output:
288
result:
ok single line: '288'
Test #7:
score: 0
Accepted
time: 0ms
memory: 3372kb
input:
893 407 5
output:
260
result:
ok single line: '260'
Test #8:
score: 0
Accepted
time: 0ms
memory: 3356kb
input:
949 949 595
output:
0
result:
ok single line: '0'
Test #9:
score: 0
Accepted
time: 0ms
memory: 3264kb
input:
52 10 474
output:
46
result:
ok single line: '46'
Test #10:
score: 0
Accepted
time: 0ms
memory: 3392kb
input:
730 10 913
output:
986
result:
ok single line: '986'
Test #11:
score: 0
Accepted
time: 0ms
memory: 3508kb
input:
700 40 250
output:
112
result:
ok single line: '112'
Test #12:
score: 0
Accepted
time: 1ms
memory: 3296kb
input:
808 360 28
output:
16
result:
ok single line: '16'
Test #13:
score: 0
Accepted
time: 1ms
memory: 3512kb
input:
936 2 31
output:
437
result:
ok single line: '437'
Test #14:
score: 0
Accepted
time: 0ms
memory: 3388kb
input:
900 3 5
output:
60
result:
ok single line: '60'
Test #15:
score: 0
Accepted
time: 1ms
memory: 3356kb
input:
1 1 1
output:
0
result:
ok single line: '0'
Test #16:
score: 0
Accepted
time: 1ms
memory: 3388kb
input:
1000 1 1
output:
998
result:
ok single line: '998'
Test #17:
score: -100
Wrong Answer
time: 1ms
memory: 3356kb
input:
1 1000 1
output:
-999
result:
wrong answer 1st lines differ - expected: '999', found: '-999'