QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#104627 | #5203. Easy Assembly | nanika | WA | 2ms | 3548kb | C++17 | 1.3kb | 2023-05-11 13:41:18 | 2023-05-11 13:41:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3548kb
input:
2 3 3 5 8 2 9 2
output:
1 2
result:
ok 2 number(s): "1 2"
Test #2:
score: 0
Accepted
time: 1ms
memory: 3428kb
input:
1 1 1
output:
0 0
result:
ok 2 number(s): "0 0"
Test #3:
score: 0
Accepted
time: 2ms
memory: 3428kb
input:
1 1 1000000000
output:
0 0
result:
ok 2 number(s): "0 0"
Test #4:
score: 0
Accepted
time: 2ms
memory: 3508kb
input:
1 2 1 2
output:
0 0
result:
ok 2 number(s): "0 0"
Test #5:
score: 0
Accepted
time: 0ms
memory: 3436kb
input:
1 2 1 3
output:
0 0
result:
ok 2 number(s): "0 0"
Test #6:
score: 0
Accepted
time: 0ms
memory: 3436kb
input:
1 2 2 3
output:
0 0
result:
ok 2 number(s): "0 0"
Test #7:
score: 0
Accepted
time: 2ms
memory: 3524kb
input:
1 2 2 1
output:
1 1
result:
ok 2 number(s): "1 1"
Test #8:
score: 0
Accepted
time: 2ms
memory: 3520kb
input:
1 2 3 1
output:
1 1
result:
ok 2 number(s): "1 1"
Test #9:
score: 0
Accepted
time: 0ms
memory: 3436kb
input:
1 2 1 1000000000
output:
0 0
result:
ok 2 number(s): "0 0"
Test #10:
score: 0
Accepted
time: 2ms
memory: 3500kb
input:
1 2 1000000000 1
output:
1 1
result:
ok 2 number(s): "1 1"
Test #11:
score: -100
Wrong Answer
time: 2ms
memory: 3440kb
input:
1 10 469824905 571701214 23624320 688416005 50705647 146779011 168882039 274124876 425787403 398650749
output:
1 1
result:
wrong answer 1st numbers differ - expected: '5', found: '1'