QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#377622#2942. 7 Segments You Say?MaMengQiWA 1ms3832kbC++203.0kb2024-04-05 16:03:352024-04-05 16:03:36

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3832kb

input:

1 110111111011

output:

xxx xxx
x   x  
x   x  
xxx xxx
x   x x
x   x x
    xxx

result:

wrong answer 1st lines differ - expected: 'XXX  XXX', found: 'xxx xxx'