QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#377640#2942. 7 Segments You Say?HuangHanShengWA 1ms3608kbC++203.1kb2024-04-05 16:16:122024-04-05 16:16:13

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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'