QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#281295 | #7779. Swiss Stage | ucup-team369# | WA | 1ms | 3564kb | C++17 | 243b | 2023-12-10 02:10:14 | 2023-12-10 02:10:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 3564kb
input:
0 1
output:
4
result:
ok 1 number(s): "4"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3564kb
input:
1 2
output:
4
result:
ok 1 number(s): "4"
Test #3:
score: 0
Accepted
time: 0ms
memory: 3492kb
input:
0 0
output:
4
result:
ok 1 number(s): "4"
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 3404kb
input:
0 2
output:
5
result:
wrong answer 1st numbers differ - expected: '6', found: '5'