QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#213797 | #6549. Two Missing Numbers | ucup-team2174# | 0 | 0ms | 3956kb | C++14 | 962b | 2023-10-14 16:09:30 | 2023-10-14 16:09:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3956kb
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: 100
Accepted
time: 0ms
memory: 3892kb
First Run Input
1 1 0
First Run Output
0 0
Second Run Input
2 1 0 0 1
Second Run Output
0 1
result:
ok correct
Test #3:
score: 100
Accepted
time: 0ms
memory: 3896kb
First Run Input
1 1 10625130587464985929
First Run Output
10625130587464985929 10625130587464985929
Second Run Input
2 1 10625130587464985929 10625130587464985929 1167154569617655189
Second Run Output
1167154569617655189 10625130587464985929
result:
ok correct
Test #4:
score: 100
Accepted
time: 0ms
memory: 3948kb
First Run Input
1 0
First Run Output
1 0
Second Run Input
2 2 1 0 14205293878974412429 14539925169898881927
Second Run Output
14205293878974412429 14539925169898881927
result:
ok correct
Test #5:
score: 100
Accepted
time: 0ms
memory: 3908kb
First Run Input
1 2 6710336009326057226 6575759325380514973
First Run Output
6575759325380514973 6710336009326057226
Second Run Input
2 0 6575759325380514973 6710336009326057226
Second Run Output
6575759325380514973 6710336009326057226
result:
ok correct
Test #6:
score: 0
Wrong Answer
time: 0ms
memory: 3900kb
First Run Input
1 100 164 209 59 177 234 45 59 9 241 79 200 49 60 225 85 191 170 29 89 1 182 29 186 16 161 0 12 52 3 190 1 3 21 147 25 71 6 216 211 48 78 49 42 240 240 42 9 253 186 247 21 164 202 196 11 54 172 253 30 144 197 213 102 192 80 187 222 236 64 47 28 8 182 193 252 60 193 45 62 86 158 192 86 39 215 236 98 ...
First Run Output
0 6
Second Run Input
2 100 0 6 142 56 197 213 127 238 12 56 166 234 170 101 134 209 171 200 39 101 218 227 113 181 47 227 78 25 207 100 216 100 147 151 181 207 177 241 77 158 238 115 57 53 43 8 218 136 172 48 11 247 139 144 115 85 139 252 179 89 120 246 116 163 215 64 166 191 57 127 71 225 79 196 27 54 211 142 128 190 2...
Second Run Output
8 11
result:
wrong answer incorrect, read 8 11 but expected 116 128