QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#115952 | #2553. Bingo | ZhangYiDe | WA | 20ms | 9668kb | Python3 | 1.4kb | 2023-06-27 19:50:18 | 2023-06-27 19:50:21 |
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: 15ms
memory: 8544kb
input:
4 2
output:
YES .... .... #... #...
result:
ok n=4, k=2
Test #2:
score: 0
Accepted
time: 4ms
memory: 8656kb
input:
4 16
output:
NO
result:
ok n=4, k=16
Test #3:
score: 0
Accepted
time: 15ms
memory: 8632kb
input:
2 0
output:
YES .. ..
result:
ok n=2, k=0
Test #4:
score: 0
Accepted
time: 8ms
memory: 8624kb
input:
3 0
output:
YES ... ... ...
result:
ok n=3, k=0
Test #5:
score: 0
Accepted
time: 0ms
memory: 8632kb
input:
3 2
output:
YES ... .#. .#.
result:
ok n=3, k=2
Test #6:
score: 0
Accepted
time: 4ms
memory: 8576kb
input:
5 4
output:
YES ..... #.... ....# #.... ...#.
result:
ok n=5, k=4
Test #7:
score: 0
Accepted
time: 7ms
memory: 8636kb
input:
25 20
output:
YES .............#........... ......................... .....................#... ......................... ......................... ......................... ....#.................... ......................... ..#...................... ...#..............#...... ....#...........#.....#.. .............
result:
ok n=25, k=20
Test #8:
score: 0
Accepted
time: 10ms
memory: 8816kb
input:
31 29
output:
YES ......#........................ .....#...........#............. ............................... #.......................#...... ............................... ....#.......................... .#..........#.................. ....#........#................. ............................... ...........
result:
ok n=31, k=29
Test #9:
score: 0
Accepted
time: 5ms
memory: 8964kb
input:
44 10
output:
YES ...#..............#........................# ............................................ ............................................ ............................................ ............................................ ............................................ .............................
result:
ok n=44, k=10
Test #10:
score: 0
Accepted
time: 3ms
memory: 8820kb
input:
44 22
output:
YES .....................................#...... ............................................ ............................................ ............................................ ............................................ .........................................#.. .............................
result:
ok n=44, k=22
Test #11:
score: 0
Accepted
time: 11ms
memory: 9480kb
input:
100 0
output:
YES .................................................................................................... .................................................................................................... .................................................................................................
result:
ok n=100, k=0
Test #12:
score: 0
Accepted
time: 10ms
memory: 9520kb
input:
100 1
output:
YES .................................................................................................... .................................................................................................... .................................................................................................
result:
ok n=100, k=1
Test #13:
score: 0
Accepted
time: 14ms
memory: 9616kb
input:
100 2
output:
YES ..................................................................................................#. .................................................................................................... .................................................................................................
result:
ok n=100, k=2
Test #14:
score: 0
Accepted
time: 15ms
memory: 9496kb
input:
100 50
output:
YES ............................#....................................................................... .................................................................................................... .................................................................................................
result:
ok n=100, k=50
Test #15:
score: 0
Accepted
time: 15ms
memory: 9604kb
input:
100 98
output:
YES ................................................#................................................... .................................................................................................... ..............................#..................................................................
result:
ok n=100, k=98
Test #16:
score: 0
Accepted
time: 13ms
memory: 9596kb
input:
100 99
output:
YES .................................................................................................... .........................................................................................#.......... ............................................................................................#....
result:
ok n=100, k=99
Test #17:
score: 0
Accepted
time: 20ms
memory: 9668kb
input:
99 97
output:
YES ...................................#......................................................#........ ........................................................#..............#...............#........... ............................................................#......................................
result:
ok n=99, k=97
Test #18:
score: 0
Accepted
time: 15ms
memory: 9532kb
input:
99 98
output:
YES ................................................................................................... ................................................................................................... .........................................................#.........................................
result:
ok n=99, k=98
Test #19:
score: -100
Wrong Answer
time: 3ms
memory: 8500kb
input:
1 0
output:
NO
result:
wrong answer YES/NO differs