QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#113754 | #3323. Coin Stacks | lmq26052003 | WA | 1ms | 3744kb | C++20 | 1.0kb | 2023-06-19 10:36:16 | 2023-06-19 10:36:19 |
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: 3744kb
input:
2 1 1
output:
yes 2 1
result:
ok
Test #2:
score: 0
Accepted
time: 1ms
memory: 3508kb
input:
2 1 2
output:
no
result:
ok
Test #3:
score: 0
Accepted
time: 1ms
memory: 3548kb
input:
2 1 3
output:
no
result:
ok
Test #4:
score: 0
Accepted
time: 1ms
memory: 3680kb
input:
2 2 2
output:
yes 2 1 2 1
result:
ok
Test #5:
score: 0
Accepted
time: 0ms
memory: 3600kb
input:
2 2 3
output:
no
result:
ok
Test #6:
score: 0
Accepted
time: 1ms
memory: 3624kb
input:
2 2 4
output:
no
result:
ok
Test #7:
score: -100
Wrong Answer
time: 1ms
memory: 3684kb
input:
2 0 0
output:
yes 2 1
result:
wrong output format Extra information in the output file