QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#361429 | #8516. LED Matrix | ucup-team598# | WA | 1ms | 3588kb | C++23 | 641b | 2024-03-23 10:10:55 | 2024-03-23 10:10:56 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
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'