QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#40969 | #69. Lamps | ZhangYiDe | 0 | 56ms | 199436kb | C++20 | 1.2kb | 2022-07-27 12:00:29 | 2022-07-27 12:00:42 |
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
Subtask #1:
score: 0
Wrong Answer
Test #1:
score: 6
Accepted
time: 23ms
memory: 199260kb
input:
1 1 0
output:
1
result:
ok single line: '1'
Test #2:
score: 0
Accepted
time: 28ms
memory: 199436kb
input:
1 1 1
output:
0
result:
ok single line: '0'
Test #3:
score: 0
Accepted
time: 32ms
memory: 199356kb
input:
2 10 01
output:
1
result:
ok single line: '1'
Test #4:
score: 0
Accepted
time: 27ms
memory: 199212kb
input:
2 01 10
output:
1
result:
ok single line: '1'
Test #5:
score: 0
Accepted
time: 40ms
memory: 199356kb
input:
2 11 00
output:
1
result:
ok single line: '1'
Test #6:
score: 0
Accepted
time: 19ms
memory: 199252kb
input:
2 11 10
output:
1
result:
ok single line: '1'
Test #7:
score: 0
Accepted
time: 35ms
memory: 199388kb
input:
2 11 01
output:
1
result:
ok single line: '1'
Test #8:
score: -6
Wrong Answer
time: 12ms
memory: 199324kb
input:
18 000000000000000000 101010101010101010
output:
4
result:
wrong answer 1st lines differ - expected: '9', found: '4'
Subtask #2:
score: 0
Skipped
Dependency #1:
0%
Subtask #3:
score: 0
Runtime Error
Test #59:
score: 4
Accepted
time: 31ms
memory: 199336kb
input:
1 0 0
output:
0
result:
ok single line: '0'
Test #60:
score: 0
Accepted
time: 56ms
memory: 199272kb
input:
1 0 1
output:
1
result:
ok single line: '1'
Test #61:
score: 0
Accepted
time: 20ms
memory: 199352kb
input:
2 00 00
output:
0
result:
ok single line: '0'
Test #62:
score: 0
Accepted
time: 32ms
memory: 199336kb
input:
2 00 10
output:
1
result:
ok single line: '1'
Test #63:
score: 0
Accepted
time: 44ms
memory: 199264kb
input:
2 00 01
output:
1
result:
ok single line: '1'
Test #64:
score: 0
Accepted
time: 49ms
memory: 199280kb
input:
2 00 11
output:
1
result:
ok single line: '1'
Test #65:
score: -4
Runtime Error
input:
1000000 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000...
output:
result:
Subtask #4:
score: 0
Skipped
Dependency #1:
0%