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