QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#467368 | #1943. Borders | HuangHanSheng | WA | 1ms | 3644kb | C++17 | 1.6kb | 2024-07-08 15:58:30 | 2024-07-08 15:58:30 |
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: 3644kb
input:
100 100 0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101 1010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010 010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101...
output:
5198
result:
ok single line: '5198'
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3592kb
input:
5 6 001011 010101 100110 010101 001011
output:
13
result:
wrong answer 1st lines differ - expected: '12', found: '13'