QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#98304#2920. Ultimate Binary WatchMaMengQiWA 2ms3496kbC++173.2kb2023-04-19 06:33:212023-04-19 06:33:24

詳細信息

Test #1:

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

input:

1234

output:

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

result:

ok 4 lines

Test #2:

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

input:

0056

output:

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

result:

wrong answer 4th lines differ - expected: '. .   * .', found: '. .  . . '