QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#90769 | #5256. Insertions | wlxhkk | WA | 9ms | 11584kb | C++14 | 3.4kb | 2023-03-25 09:43:26 | 2023-03-25 09:43:29 |
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: 9ms
memory: 11404kb
input:
rrddrrrdd ddrrd rrddrr
output:
2 2 6 7
result:
ok 4 number(s): "2 2 6 7"
Test #2:
score: 0
Accepted
time: 8ms
memory: 11444kb
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: 9ms
memory: 11584kb
input:
wgwwggggw g gggg
output:
2 2 4 8
result:
wrong answer 2nd numbers differ - expected: '5', found: '2'