QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#214723#6549. Two Missing Numbersucup-team1651#0 224ms58752kbC++203.0kb2023-10-14 23:24:202023-10-14 23:24:20

详细

Test #1:

score: 100
Accepted
time: 137ms
memory: 58208kb

First Run Input

1 5
5 1 4 4 5

First Run Output

1 4216868418784826918

Second Run Input

2 3 1 4216868418784826918
9 9 3 

Second Run Output

1 3

result:

ok correct

Test #2:

score: 100
Accepted
time: 136ms
memory: 58688kb

First Run Input

1 1
0

First Run Output

0 4216867293935629001

Second Run Input

2 1 0 4216867293935629001
1

Second Run Output

0 1

result:

ok correct

Test #3:

score: 100
Accepted
time: 177ms
memory: 57524kb

First Run Input

1 1
10625130587464985929

First Run Output

10625130587464985929 15059204109830557614

Second Run Input

2 1 10625130587464985929 15059204109830557614
1167154569617655189

Second Run Output

1167154569617655189 10625130587464985929

result:

ok correct

Test #4:

score: 0
Wrong Answer
time: 224ms
memory: 58752kb

First Run Input

1 0

First Run Output

0 0

Second Run Input

2 2 0 0
14205293878974412429 14539925169898881927 

Second Run Output

632693647288891021 300792193362527111

result:

wrong answer incorrect, read 300792193362527111 632693647288891021 but expected 14205293878974412429 14539925169898881927