QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#98313#2920. Ultimate Binary WatchZhangYiDeWA 2ms3404kbC++173.0kb2023-04-19 06:36:452023-04-19 06:36:47

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

1234

output:

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

result:

ok 4 lines

Test #2:

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

input:

0056

output:

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

result:

wrong answer 1st lines differ - expected: '. .   . .', found: '. .  * . '