QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#101136#2920. Ultimate Binary WatchZhaoZiLongWA 2ms3372kbC++20988b2023-04-29 01:14:132023-04-29 01:14:20

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3372kb

input:

1234

output:

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

result:

ok 4 lines

Test #2:

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

input:

0056

output:

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

result:

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