QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#656836#9481. Min Nimucup-team5173#WA 25ms4032kbC++14484b2024-10-19 13:45:572024-10-19 13:45:58

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3648kb

input:

2
3
3 1 4
8
3 1 4 1 5 9 2 6

output:

First
Second

result:

ok 2 tokens

Test #2:

score: 0
Accepted
time: 25ms
memory: 4032kb

input:

1
100000
825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 825605713 8...

output:

Second

result:

ok "Second"

Test #3:

score: -100
Wrong Answer
time: 23ms
memory: 3936kb

input:

1
99999
80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 80011714 8001...

output:

Second

result:

wrong answer 1st words differ - expected: 'First', found: 'Second'