QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#463614 | #3179. Cordon Bleu | ZhangYiDe | WA | 334ms | 99008kb | C++20 | 2.5kb | 2024-07-05 06:40:29 | 2024-07-05 06:40:29 |
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: 284ms
memory: 98756kb
input:
1 1 -324 -832 -324 -832 -324 -832
output:
0
result:
ok single line: '0'
Test #2:
score: 0
Accepted
time: 324ms
memory: 99008kb
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: 294ms
memory: 98972kb
input:
1 1 597 546 -353 -842 597 546
output:
2338
result:
ok single line: '2338'
Test #4:
score: 0
Accepted
time: 319ms
memory: 98648kb
input:
1 1 -224 757 122 562 122 562
output:
1082
result:
ok single line: '1082'
Test #5:
score: 0
Accepted
time: 334ms
memory: 98772kb
input:
3 1 -941 122 -941 122 -941 122 -763 292 976 473
output:
11688
result:
ok single line: '11688'
Test #6:
score: 0
Accepted
time: 307ms
memory: 98772kb
input:
1 3 -895 -38 182 -115 182 -115 182 -115 564 -943
output:
3518
result:
ok single line: '3518'
Test #7:
score: 0
Accepted
time: 324ms
memory: 98708kb
input:
3 3 624 -328 656 -272 435 -210 -396 460 -961 -758 -741 -263 575 -316
output:
1847
result:
ok single line: '1847'
Test #8:
score: -100
Wrong Answer
time: 317ms
memory: 98772kb
input:
3 3 -322 -245 479 -822 -653 681 461 705 480 706 554 690 543 682
output:
9055
result:
wrong answer 1st lines differ - expected: '9016', found: '9055'