QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#101155#2920. Ultimate Binary WatchGuanYunchangWA 2ms3360kbC++171.1kb2023-04-29 01:29:482023-04-29 01:29:51

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3332kb

input:

1234

output:

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

result:

ok 4 lines

Test #2:

score: 0
Accepted
time: 2ms
memory: 3360kb

input:

0056

output:

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

result:

ok 4 lines

Test #3:

score: -100
Wrong Answer
time: 2ms
memory: 3332kb

input:

0708

output:

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

result:

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