QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#463618 | #3179. Cordon Bleu | ZhaoZiLong | WA | 336ms | 99072kb | C++20 | 2.8kb | 2024-07-05 07:03:22 | 2024-07-05 07:03: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: 288ms
memory: 98776kb
input:
1 1 -324 -832 -324 -832 -324 -832
output:
0
result:
ok single line: '0'
Test #2:
score: 0
Accepted
time: 336ms
memory: 99072kb
input:
2 2 1 0 0 -1 -1 1 2 -1 0 0
output:
5
result:
ok single line: '5'
Test #3:
score: 0
Accepted
time: 295ms
memory: 98780kb
input:
1 1 597 546 -353 -842 597 546
output:
2338
result:
ok single line: '2338'
Test #4:
score: 0
Accepted
time: 322ms
memory: 98820kb
input:
1 1 -224 757 122 562 122 562
output:
1082
result:
ok single line: '1082'
Test #5:
score: -100
Wrong Answer
time: 329ms
memory: 98788kb
input:
3 1 -941 122 -941 122 -941 122 -763 292 976 473
output:
7848
result:
wrong answer 1st lines differ - expected: '11688', found: '7848'