QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#113756 | #3323. Coin Stacks | lmq26052003 | WA | 1ms | 3692kb | C++20 | 1.1kb | 2023-06-19 10:41:08 | 2023-06-19 10:41:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3692kb
input:
2 1 1
output:
yes 2 1
result:
ok
Test #2:
score: 0
Accepted
time: 1ms
memory: 3620kb
input:
2 1 2
output:
no
result:
ok
Test #3:
score: 0
Accepted
time: 1ms
memory: 3532kb
input:
2 1 3
output:
no
result:
ok
Test #4:
score: 0
Accepted
time: 0ms
memory: 3684kb
input:
2 2 2
output:
yes 2 1 2 1
result:
ok
Test #5:
score: 0
Accepted
time: 1ms
memory: 3532kb
input:
2 2 3
output:
no
result:
ok
Test #6:
score: 0
Accepted
time: 1ms
memory: 3500kb
input:
2 2 4
output:
no
result:
ok
Test #7:
score: -100
Wrong Answer
time: 1ms
memory: 3516kb
input:
2 0 0
output:
no
result:
wrong answer Solution exists but first line is not 'yes'