QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#286707 | #885. Keep Calm And Carry Off | ucup-team864# | WA | 1ms | 3484kb | C++23 | 1.2kb | 2023-12-18 14:00:22 | 2023-12-18 14:00:23 |
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: 3452kb
input:
10 99
output:
1
result:
ok answer is '1'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3452kb
input:
90 10
output:
10
result:
ok answer is '10'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3484kb
input:
23425 487915
output:
12085
result:
ok answer is '12085'
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 3440kb
input:
1 1
output:
1
result:
wrong answer expected '0', found '1'