QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#214583#6549. Two Missing Numbersucup-team2141#0 0ms3484kbC++141.6kb2023-10-14 21:30:432023-10-14 21:30:44

詳細信息

Test #1:

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

First Run Input

1 5
5 1 4 4 5

First Run Output

1 1

Second Run Input

2 3 1 1
9 9 3 

Second Run Output

1 3 

result:

ok correct

Test #2:

score: 0
Wrong Answer
time: 0ms
memory: 3484kb

First Run Input

1 1
0

First Run Output

1 0

Second Run Input

2 1 1 0
1

Second Run Output



result:

wrong output format Unexpected end of file - int64 expected