QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#395332 | #7779. Swiss Stage | ucup-team1849# | WA | 3ms | 8392kb | C++14 | 822b | 2024-04-21 13:21:09 | 2024-04-21 13:21:10 |
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: 3ms
memory: 8340kb
input:
0 1
output:
4
result:
ok 1 number(s): "4"
Test #2:
score: 0
Accepted
time: 0ms
memory: 8392kb
input:
1 2
output:
4
result:
ok 1 number(s): "4"
Test #3:
score: 0
Accepted
time: 3ms
memory: 8272kb
input:
0 0
output:
4
result:
ok 1 number(s): "4"
Test #4:
score: 0
Accepted
time: 0ms
memory: 8364kb
input:
0 2
output:
6
result:
ok 1 number(s): "6"
Test #5:
score: 0
Accepted
time: 0ms
memory: 8368kb
input:
1 0
output:
3
result:
ok 1 number(s): "3"
Test #6:
score: -100
Wrong Answer
time: 0ms
memory: 8340kb
input:
1 1
output:
2
result:
wrong answer 1st numbers differ - expected: '3', found: '2'