QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#355599#1371. Missing NumberZhaoZiLongWA 1ms3592kbC++17746b2024-03-16 22:28:382024-03-16 22:28:40

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3468kb

input:

2
1

output:

2

result:

ok single line: '2'

Test #2:

score: 0
Accepted
time: 1ms
memory: 3512kb

input:

2
2

output:

1

result:

ok single line: '1'

Test #3:

score: 0
Accepted
time: 1ms
memory: 3532kb

input:

100
23456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100

output:

1

result:

ok single line: '1'

Test #4:

score: -100
Wrong Answer
time: 1ms
memory: 3592kb

input:

100
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899

output:

00

result:

wrong answer 1st lines differ - expected: '100', found: '00'