QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#113754#3323. Coin Stackslmq26052003WA 1ms3744kbC++201.0kb2023-06-19 10:36:162023-06-19 10:36:19

詳細信息

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