QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#393950 | #5256. Insertions | ucup-team2880 | WA | 1ms | 4012kb | C++20 | 3.6kb | 2024-04-19 17:23:29 | 2024-04-19 17:23:30 |
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: 0ms
memory: 3980kb
input:
rrddrrrdd ddrrd rrddrr
output:
2 2 6 7
result:
ok 4 number(s): "2 2 6 7"
Test #2:
score: 0
Accepted
time: 1ms
memory: 3876kb
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: 1ms
memory: 4012kb
input:
wgwwggggw g gggg
output:
3 2 4 5
result:
wrong answer 1st numbers differ - expected: '2', found: '3'