QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#509798 | #3799. It's Surely Complex | ucup-team2880 | WA | 129ms | 695740kb | C++20 | 4.6kb | 2024-08-08 18:47:37 | 2024-08-08 18:47:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 114ms
memory: 695296kb
input:
2 1
output:
1 1
result:
ok single line: '1 1'
Test #2:
score: 0
Accepted
time: 126ms
memory: 694036kb
input:
2 2
output:
1 1
result:
ok single line: '1 1'
Test #3:
score: 0
Accepted
time: 127ms
memory: 693884kb
input:
2 3
output:
0 0
result:
ok single line: '0 0'
Test #4:
score: 0
Accepted
time: 108ms
memory: 695704kb
input:
2 4
output:
0 0
result:
ok single line: '0 0'
Test #5:
score: 0
Accepted
time: 115ms
memory: 695352kb
input:
3 1
output:
2 1
result:
ok single line: '2 1'
Test #6:
score: -100
Wrong Answer
time: 129ms
memory: 695740kb
input:
3 2
output:
0 2
result:
wrong answer 1st lines differ - expected: '2 0', found: '0 2'