QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#792410 | #1086. Bank Security Unification | ZhangYiDe | WA | 0ms | 3704kb | C++20 | 329b | 2024-11-29 10:03:47 | 2024-11-29 10:03:48 |
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: 0ms
memory: 3704kb
input:
5 1 2 3 1 3
output:
5
result:
ok answer is '5'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3576kb
input:
4 1 2 4 0
output:
0
result:
ok answer is '0'
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3616kb
input:
2 1000000000000 1000000000000
output:
0
result:
wrong answer expected '1000000000000', found '0'