QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#37759 | #1261. Inv | HuangHanSheng | WA | 94ms | 249136kb | C++17 | 1.3kb | 2022-07-02 21:09:38 | 2022-07-02 21:09:40 |
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: 3ms
memory: 5472kb
input:
4 1
output:
1
result:
ok answer is '1'
Test #2:
score: 0
Accepted
time: 0ms
memory: 7612kb
input:
10 21
output:
0
result:
ok answer is '0'
Test #3:
score: 0
Accepted
time: 94ms
memory: 249136kb
input:
500 124331
output:
0
result:
ok answer is '0'
Test #4:
score: -100
Wrong Answer
time: 4ms
memory: 11852kb
input:
20 122
output:
-1
result:
wrong answer expected '1', found '-1'