QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#140819 | #1831. Bruteforce | qsceszthn | WA | 12ms | 253136kb | C++14 | 2.2kb | 2023-08-16 20:54:19 | 2023-08-16 20:54:23 |
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: 11ms
memory: 251908kb
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: 12ms
memory: 253136kb
input:
4 2 2 1 3 3 7 4 1 1 2 4 3 8 4 8
output:
0 0 0 0
result:
wrong answer 1st numbers differ - expected: '75', found: '0'