QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#37760 | #1261. Inv | ZhangYiDe | WA | 138ms | 249224kb | C++17 | 1.3kb | 2022-07-02 21:10:42 | 2022-07-02 21:10:45 |
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: 0ms
memory: 5612kb
input:
4 1
output:
1
result:
ok answer is '1'
Test #2:
score: 0
Accepted
time: 2ms
memory: 9784kb
input:
10 21
output:
0
result:
ok answer is '0'
Test #3:
score: 0
Accepted
time: 138ms
memory: 249224kb
input:
500 124331
output:
0
result:
ok answer is '0'
Test #4:
score: 0
Accepted
time: 2ms
memory: 13860kb
input:
20 122
output:
1
result:
ok answer is '1'
Test #5:
score: 0
Accepted
time: 5ms
memory: 14520kb
input:
100 999
output:
0
result:
ok answer is '0'
Test #6:
score: -100
Wrong Answer
time: 105ms
memory: 203600kb
input:
500 100001
output:
0
result:
wrong answer expected '1', found '0'