QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#620817 | #7876. Cyclic Substrings | ucup-team1132 | WA | 1ms | 5804kb | C++14 | 3.9kb | 2024-10-07 21:32:20 | 2024-10-07 21:32:21 |
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: 1ms
memory: 5804kb
input:
5 01010
output:
39
result:
ok 1 number(s): "39"
Test #2:
score: 0
Accepted
time: 1ms
memory: 5796kb
input:
8 66776677
output:
192
result:
ok 1 number(s): "192"
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 5532kb
input:
1 1
output:
3
result:
wrong answer 1st numbers differ - expected: '1', found: '3'