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