QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#101100#2920. Ultimate Binary WatchMaMengQiWA 0ms3344kbC++171.4kb2023-04-29 00:43:542023-04-29 00:43:57

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3344kb

input:

1234

output:

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

result:

wrong answer 3rd lines differ - expected: '. *   * .', found: '. * . .'