QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#371386 | #8516. LED Matrix | ucup-team2880# | WA | 1ms | 3840kb | C++20 | 495b | 2024-03-30 10:14:18 | 2024-03-30 10:14:20 |
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: 3776kb
input:
6 6 6 ****** --*--- ****** -**--- ****** ****** ****** ****** ****** -**--- *****- --*---
output:
N
result:
ok "N"
Test #2:
score: 0
Accepted
time: 1ms
memory: 3696kb
input:
2 4 6 **** ------ ***- *-----
output:
N
result:
ok "N"
Test #3:
score: 0
Accepted
time: 0ms
memory: 3772kb
input:
2 6 4 ****** **** *-**-* ----
output:
Y
result:
ok "Y"
Test #4:
score: 0
Accepted
time: 0ms
memory: 3728kb
input:
1 1 1 * *
output:
Y
result:
ok "Y"
Test #5:
score: 0
Accepted
time: 1ms
memory: 3552kb
input:
1 1 1 * -
output:
Y
result:
ok "Y"
Test #6:
score: 0
Accepted
time: 1ms
memory: 3688kb
input:
1 1 1 - *
output:
N
result:
ok "N"
Test #7:
score: 0
Accepted
time: 0ms
memory: 3840kb
input:
1 1 1 - -
output:
Y
result:
ok "Y"
Test #8:
score: 0
Accepted
time: 0ms
memory: 3628kb
input:
28 120 84 *-***********-***********-***********-***********-***********-***********-***********-***********-***********-********** *------**----**------**----**------**----**------**----**------**----**------**----* ******-***********-***********-***********-***********-***********-***********-*****...
output:
N
result:
ok "N"
Test #9:
score: 0
Accepted
time: 0ms
memory: 3824kb
input:
40 154 168 ********************************************************************************************************************************************************** *----**----**----**----**----**----**----**----**----**----**----**----**----**----**----**----**----**----**----**----**----**----**-...
output:
Y
result:
ok "Y"
Test #10:
score: 0
Accepted
time: 0ms
memory: 3684kb
input:
1 1 2 * -*
output:
Y
result:
ok "Y"
Test #11:
score: 0
Accepted
time: 1ms
memory: 3768kb
input:
1 1 3 * -*-
output:
Y
result:
ok "Y"
Test #12:
score: 0
Accepted
time: 0ms
memory: 3556kb
input:
1 2 1 ** -
output:
Y
result:
ok "Y"
Test #13:
score: 0
Accepted
time: 0ms
memory: 3824kb
input:
1 2 2 -- --
output:
Y
result:
ok "Y"
Test #14:
score: 0
Accepted
time: 0ms
memory: 3764kb
input:
1 2 3 ** ---
output:
Y
result:
ok "Y"
Test #15:
score: 0
Accepted
time: 0ms
memory: 3720kb
input:
1 3 1 --* -
output:
Y
result:
ok "Y"
Test #16:
score: 0
Accepted
time: 0ms
memory: 3556kb
input:
1 3 2 *** -*
output:
Y
result:
ok "Y"
Test #17:
score: 0
Accepted
time: 0ms
memory: 3552kb
input:
1 3 3 --- ---
output:
Y
result:
ok "Y"
Test #18:
score: 0
Accepted
time: 0ms
memory: 3752kb
input:
2 1 1 * * - -
output:
Y
result:
ok "Y"
Test #19:
score: 0
Accepted
time: 1ms
memory: 3796kb
input:
2 1 2 - -- * *-
output:
Y
result:
ok "Y"
Test #20:
score: 0
Accepted
time: 0ms
memory: 3836kb
input:
2 1 3 * --* * --*
output:
Y
result:
ok "Y"
Test #21:
score: 0
Accepted
time: 0ms
memory: 3820kb
input:
2 2 1 ** - ** *
output:
Y
result:
ok "Y"
Test #22:
score: 0
Accepted
time: 0ms
memory: 3772kb
input:
2 2 2 ** ** ** **
output:
Y
result:
ok "Y"
Test #23:
score: 0
Accepted
time: 0ms
memory: 3808kb
input:
2 2 3 -- --- ** ***
output:
Y
result:
ok "Y"
Test #24:
score: 0
Accepted
time: 0ms
memory: 3768kb
input:
2 3 1 *** - *-- -
output:
Y
result:
ok "Y"
Test #25:
score: 0
Accepted
time: 1ms
memory: 3564kb
input:
2 3 2 *** -* *** -*
output:
Y
result:
ok "Y"
Test #26:
score: 0
Accepted
time: 0ms
memory: 3728kb
input:
2 3 3 *** *-* -** ---
output:
Y
result:
ok "Y"
Test #27:
score: 0
Accepted
time: 0ms
memory: 3808kb
input:
3 1 1 * * * - - -
output:
Y
result:
ok "Y"
Test #28:
score: 0
Accepted
time: 0ms
memory: 3772kb
input:
3 1 2 * -* * *- * **
output:
Y
result:
ok "Y"
Test #29:
score: 0
Accepted
time: 0ms
memory: 3768kb
input:
3 1 3 * -** - --- * **-
output:
Y
result:
ok "Y"
Test #30:
score: 0
Accepted
time: 0ms
memory: 3688kb
input:
3 2 1 ** * ** - -- -
output:
Y
result:
ok "Y"
Test #31:
score: 0
Accepted
time: 0ms
memory: 3744kb
input:
3 2 2 ** *- -* -- ** --
output:
Y
result:
ok "Y"
Test #32:
score: 0
Accepted
time: 0ms
memory: 3604kb
input:
3 2 3 ** -** ** --* -* ---
output:
Y
result:
ok "Y"
Test #33:
score: 0
Accepted
time: 0ms
memory: 3792kb
input:
3 3 1 *** * *-* - *** *
output:
Y
result:
ok "Y"
Test #34:
score: 0
Accepted
time: 0ms
memory: 3744kb
input:
3 3 2 *** -- *** *- *** *-
output:
Y
result:
ok "Y"
Test #35:
score: 0
Accepted
time: 1ms
memory: 3756kb
input:
3 3 3 *** -*- *** *-* *** *-*
output:
Y
result:
ok "Y"
Test #36:
score: 0
Accepted
time: 0ms
memory: 3808kb
input:
1 1 2 - *-
output:
N
result:
ok "N"
Test #37:
score: 0
Accepted
time: 1ms
memory: 3744kb
input:
1 1 3 - --*
output:
N
result:
ok "N"
Test #38:
score: -100
Wrong Answer
time: 0ms
memory: 3820kb
input:
1 2 1 *- *
output:
Y
result:
wrong answer 1st words differ - expected: 'N', found: 'Y'