QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#98036#2920. Ultimate Binary WatchZhaoZiLongWA 2ms3392kbC++201.0kb2023-04-19 05:08:302023-04-19 05:08:32

详细

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 3392kb

input:

1234

output:

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

result:

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