QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#101120#2920. Ultimate Binary WatchHuangHanShengWA 2ms3344kbC++171.1kb2023-04-29 01:05:102023-04-29 01:05:14

详细

Test #1:

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

input:

1234

output:

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

result:

ok 4 lines

Test #2:

score: 0
Accepted
time: 2ms
memory: 3344kb

input:

0056

output:

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

result:

ok 4 lines

Test #3:

score: -100
Wrong Answer
time: 2ms
memory: 3336kb

input:

0708

output:

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

result:

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