QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#33229 | #1875. Nein | ZhangYiDe | WA | 2ms | 3660kb | C++14 | 1.9kb | 2022-05-30 16:59:39 | 2022-05-30 16:59:41 |
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: 2ms
memory: 3608kb
input:
1 1
output:
2
result:
ok answer is '2'
Test #2:
score: 0
Accepted
time: 2ms
memory: 3548kb
input:
1 8
output:
9
result:
ok answer is '9'
Test #3:
score: 0
Accepted
time: 1ms
memory: 3628kb
input:
1 9
output:
12
result:
ok answer is '12'
Test #4:
score: 0
Accepted
time: 2ms
memory: 3548kb
input:
1 10
output:
13
result:
ok answer is '13'
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 3660kb
input:
5 1
output:
1000
result:
wrong answer expected '11112', found '1000'