QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#329065 | #1875. Nein | conzloi | WA | 302ms | 3896kb | C++20 | 2.5kb | 2024-02-16 12:34:50 | 2024-02-16 12:34:50 |
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: 302ms
memory: 3892kb
input:
1 1
output:
2
result:
ok answer is '2'
Test #2:
score: 0
Accepted
time: 298ms
memory: 3892kb
input:
1 8
output:
9
result:
ok answer is '9'
Test #3:
score: -100
Wrong Answer
time: 301ms
memory: 3896kb
input:
1 9
output:
11
result:
wrong answer expected '12', found '11'