QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#421129 | #7662. Kaldorian Knights | nanika | WA | 8ms | 11408kb | C++20 | 839b | 2024-05-25 13:57:48 | 2024-05-25 13:57:49 |
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: 2ms
memory: 11396kb
input:
3 0
output:
6
result:
ok single line: '6'
Test #2:
score: 0
Accepted
time: 8ms
memory: 11408kb
input:
4 1 3
output:
18
result:
ok single line: '18'
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 11392kb
input:
4 2 2 1
output:
10
result:
wrong answer 1st lines differ - expected: '16', found: '10'