QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#101146#2920. Ultimate Binary WatchZhangYiDeWA 2ms3360kbC++14988b2023-04-29 01:21:172023-04-29 01:21:19

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 3284kb

input:

1234

output:

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

result:

ok 4 lines

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3360kb

input:

0056

output:

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

result:

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