QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#543088 | #9174. Game Design | HuangHanSheng | WA | 1ms | 5788kb | C++14 | 580b | 2024-09-01 13:41:25 | 2024-09-01 13:41:26 |
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: 1ms
memory: 5788kb
input:
4 0101 1010010010001010 11111 10100100011000010010101001001001
output:
3 0 44 393298077
result:
ok 4 number(s): "3 0 44 393298077"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3576kb
input:
4 01 11 10 00
output:
1 1 0 0
result:
ok 4 number(s): "1 1 0 0"
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3608kb
input:
8 011 110 100 000 010 101 111 001
output:
2 2 0 0 2 1 2 1
result:
wrong answer 2nd numbers differ - expected: '0', found: '2'