QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#98209#2920. Ultimate Binary WatchMaMengQiWA 1ms3380kbC++17616b2023-04-19 05:58:532023-04-19 05:58:55

详细

Test #1:

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

input:

1234

output:

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

result:

wrong answer 2nd lines differ - expected: '. .   . *', found: '* . . . '