QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#90810 | #4789. Infinite Pattern Matching | ZhaoZiLong | WA | 222ms | 42456kb | Java11 | 2.3kb | 2023-03-25 15:26:44 | 2023-03-25 15:26:48 |
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: 155ms
memory: 40468kb
input:
11
output:
2
result:
ok answer is '2'
Test #2:
score: 0
Accepted
time: 183ms
memory: 41228kb
input:
011011
output:
42
result:
ok answer is '42'
Test #3:
score: -100
Wrong Answer
time: 222ms
memory: 42456kb
input:
01000110011010110000
output:
25980038
result:
wrong answer expected '4627720', found '25980038'