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