QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#669343 | #4789. Infinite Pattern Matching | HuangHanSheng | WA | 127ms | 35756kb | C++20 | 673b | 2024-10-23 18:16:30 | 2024-10-23 18:16: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: 55ms
memory: 35756kb
input:
11
output:
2
result:
ok answer is '2'
Test #2:
score: 0
Accepted
time: 48ms
memory: 34812kb
input:
011011
output:
42
result:
ok answer is '42'
Test #3:
score: 0
Accepted
time: 66ms
memory: 34220kb
input:
01000110011010110000
output:
4627720
result:
ok answer is '4627720'
Test #4:
score: -100
Wrong Answer
time: 127ms
memory: 35712kb
input:
1011000001101110110111001010001010010101010000101
output:
48
result:
wrong answer expected '1617827598069187', found '48'