QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#669450 | #4789. Infinite Pattern Matching | MaMengQi | WA | 4ms | 3972kb | C++20 | 1.1kb | 2024-10-23 18:38:45 | 2024-10-23 18:38:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3632kb
input:
11
output:
2
result:
ok answer is '2'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3948kb
input:
011011
output:
42
result:
ok answer is '42'
Test #3:
score: -100
Wrong Answer
time: 4ms
memory: 3972kb
input:
01000110011010110000
output:
123631
result:
wrong answer expected '4627720', found '123631'