QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#90771 | #5256. Insertions | qiuzx | WA | 34ms | 69064kb | C++11 | 5.1kb | 2023-03-25 09:50:58 | 2023-03-25 09:51:01 |
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: 26ms
memory: 69064kb
input:
rrddrrrdd ddrrd rrddrr
output:
2 2 6 7
result:
ok 4 number(s): "2 2 6 7"
Test #2:
score: 0
Accepted
time: 34ms
memory: 68992kb
input:
z zzkkzzkk z
output:
5 2 0 1
result:
ok 4 number(s): "5 2 0 1"
Test #3:
score: -100
Wrong Answer
time: 15ms
memory: 69008kb
input:
wgwwggggw g gggg
output:
2 2 4 8
result:
wrong answer 2nd numbers differ - expected: '5', found: '2'