QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#311693 | #7662. Kaldorian Knights | lmq26052003 | WA | 16ms | 59932kb | C++20 | 940b | 2024-01-22 17:22:50 | 2024-01-22 17:22:50 |
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: 59372kb
input:
3 0
output:
6
result:
ok single line: '6'
Test #2:
score: 0
Accepted
time: 12ms
memory: 58624kb
input:
4 1 3
output:
18
result:
ok single line: '18'
Test #3:
score: 0
Accepted
time: 10ms
memory: 58364kb
input:
4 2 2 1
output:
16
result:
ok single line: '16'
Test #4:
score: 0
Accepted
time: 12ms
memory: 59932kb
input:
10 1 10
output:
0
result:
ok single line: '0'
Test #5:
score: -100
Wrong Answer
time: 16ms
memory: 59572kb
input:
10 10 1 1 1 1 1 1 1 1 1 1
output:
999481607
result:
wrong answer 1st lines differ - expected: '0', found: '999481607'