QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#361429#8516. LED Matrixucup-team598#WA 1ms3588kbC++23641b2024-03-23 10:10:552024-03-23 10:10:56

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3588kb

input:

6 6 6
****** --*---
****** -**---
****** ******
****** ******
****** -**---
*****- --*---

output:

N

result:

ok "N"

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3584kb

input:

2 4 6
**** ------
***- *-----

output:

Y

result:

wrong answer 1st words differ - expected: 'N', found: 'Y'