QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#214580 | #6549. Two Missing Numbers | ucup-team2141# | 0 | 0ms | 3740kb | C++14 | 1.4kb | 2023-10-14 21:28:27 | 2023-10-14 21:28:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3740kb
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: 3580kb
First Run Input
1 1 0
First Run Output
1 0
Second Run Input
2 1 1 0 1
Second Run Output
1
result:
wrong output format Unexpected end of file - int64 expected