QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#98200#2920. Ultimate Binary WatchGuanYunchangWA 1ms3376kbC++17567b2023-04-19 05:56:142023-04-19 05:56:17

详细

Test #1:

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

input:

1234

output:

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

result:

ok 4 lines

Test #2:

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

input:

0056

output:

h 
   . .
\x1d V   * *
\x01 

result:

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