QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#140845 | #1831. Bruteforce | qsceszthn | WA | 3ms | 24056kb | C++14 | 2.1kb | 2023-08-16 21:15:35 | 2023-08-16 21:15:37 |
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: 24056kb
input:
3 1 1 2 2 8 2 2 5 3 6
output:
36 30
result:
ok 2 number(s): "36 30"
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 23916kb
input:
4 2 2 1 3 3 7 4 1 1 2 4 3 8 4 8
output:
75 80 109 14
result:
wrong answer 3rd numbers differ - expected: '103', found: '109'