QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#101203#2920. Ultimate Binary WatchHuangHanShengWA 2ms3388kbC++11917b2023-04-29 02:30:462023-04-29 02:30:48

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 3364kb

input:

1234

output:

. . . . 
. . . * 
. * * . 
* . * . 

result:

ok 4 lines

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3388kb

input:

0056

output:

. . . . 
* * . . 
. * . . 
* . . . 

result:

wrong answer 2nd lines differ - expected: '. .   * *', found: '* * . . '