QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#509417 | #3799. It's Surely Complex | HuangHanSheng | WA | 3724ms | 126948kb | C++17 | 3.0kb | 2024-08-08 14:36:26 | 2024-08-08 14:36:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 3700ms
memory: 124960kb
input:
2 1
output:
1 1
result:
ok single line: '1 1'
Test #2:
score: 0
Accepted
time: 3724ms
memory: 124744kb
input:
2 2
output:
1 1
result:
ok single line: '1 1'
Test #3:
score: 0
Accepted
time: 3687ms
memory: 124892kb
input:
2 3
output:
0 0
result:
ok single line: '0 0'
Test #4:
score: 0
Accepted
time: 3696ms
memory: 126948kb
input:
2 4
output:
0 0
result:
ok single line: '0 0'
Test #5:
score: 0
Accepted
time: 3701ms
memory: 124744kb
input:
3 1
output:
2 1
result:
ok single line: '2 1'
Test #6:
score: 0
Accepted
time: 3689ms
memory: 124744kb
input:
3 2
output:
2 0
result:
ok single line: '2 0'
Test #7:
score: 0
Accepted
time: 3707ms
memory: 124724kb
input:
3 3
output:
1 0
result:
ok single line: '1 0'
Test #8:
score: 0
Accepted
time: 3679ms
memory: 124752kb
input:
3 4
output:
1 1
result:
ok single line: '1 1'
Test #9:
score: 0
Accepted
time: 3702ms
memory: 124800kb
input:
3 5
output:
1 0
result:
ok single line: '1 0'
Test #10:
score: 0
Accepted
time: 3707ms
memory: 124720kb
input:
3 6
output:
1 0
result:
ok single line: '1 0'
Test #11:
score: 0
Accepted
time: 3715ms
memory: 124744kb
input:
5 1
output:
4 1
result:
ok single line: '4 1'
Test #12:
score: 0
Accepted
time: 3703ms
memory: 124636kb
input:
5 2
output:
0 0
result:
ok single line: '0 0'
Test #13:
score: 0
Accepted
time: 3714ms
memory: 124752kb
input:
5 3
output:
0 0
result:
ok single line: '0 0'
Test #14:
score: -100
Wrong Answer
time: 3702ms
memory: 124744kb
input:
5 4
output:
1 0
result:
wrong answer 1st lines differ - expected: '0 0', found: '1 0'