QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#99156#2920. Ultimate Binary WatchGuanYunchangWA 1ms3412kbC++201.1kb2023-04-21 13:34:022023-04-21 13:34:15

詳細信息

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3412kb

input:

1234

output:

1
2
3
4
. .  . . 
. .  . * 
. *  * . 
* .  * . 

result:

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