QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#524111 | #2553. Bingo | 415411# | WA | 0ms | 3748kb | C++14 | 1.5kb | 2024-08-19 10:41:22 | 2024-08-19 10:41:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3616kb
input:
4 2
output:
YES #.#. .... .... ....
result:
ok n=4, k=2
Test #2:
score: 0
Accepted
time: 0ms
memory: 3612kb
input:
4 16
output:
NO
result:
ok n=4, k=16
Test #3:
score: 0
Accepted
time: 0ms
memory: 3560kb
input:
2 0
output:
YES .. ..
result:
ok n=2, k=0
Test #4:
score: 0
Accepted
time: 0ms
memory: 3648kb
input:
3 0
output:
YES ... ... ...
result:
ok n=3, k=0
Test #5:
score: 0
Accepted
time: 0ms
memory: 3628kb
input:
3 2
output:
YES #.# ... ...
result:
ok n=3, k=2
Test #6:
score: 0
Accepted
time: 0ms
memory: 3644kb
input:
5 4
output:
YES #.### ..... ..... ..... .....
result:
ok n=5, k=4
Test #7:
score: 0
Accepted
time: 0ms
memory: 3592kb
input:
25 20
output:
YES #.###################.... ......................... ......................... ......................... ......................... ......................... ......................... ......................... ......................... ......................... ......................... .............
result:
ok n=25, k=20
Test #8:
score: 0
Accepted
time: 0ms
memory: 3572kb
input:
31 29
output:
YES #.############################. ............................... ............................... ............................... ............................... ............................... ............................... ............................... ............................... ...........
result:
ok n=31, k=29
Test #9:
score: 0
Accepted
time: 0ms
memory: 3592kb
input:
44 10
output:
YES #.#########................................. ............................................ ............................................ ............................................ ............................................ ............................................ .............................
result:
ok n=44, k=10
Test #10:
score: 0
Accepted
time: 0ms
memory: 3728kb
input:
44 22
output:
YES #.#####################..................... ............................................ ............................................ ............................................ ............................................ ............................................ .............................
result:
ok n=44, k=22
Test #11:
score: 0
Accepted
time: 0ms
memory: 3660kb
input:
100 0
output:
YES .................................................................................................... .................................................................................................... .................................................................................................
result:
ok n=100, k=0
Test #12:
score: 0
Accepted
time: 0ms
memory: 3688kb
input:
100 1
output:
YES #................................................................................................... .................................................................................................... .................................................................................................
result:
ok n=100, k=1
Test #13:
score: 0
Accepted
time: 0ms
memory: 3600kb
input:
100 2
output:
YES #.#................................................................................................. .................................................................................................... .................................................................................................
result:
ok n=100, k=2
Test #14:
score: 0
Accepted
time: 0ms
memory: 3748kb
input:
100 50
output:
YES #.#################################################................................................. .................................................................................................... .................................................................................................
result:
ok n=100, k=50
Test #15:
score: 0
Accepted
time: 0ms
memory: 3748kb
input:
100 98
output:
YES #.#################################################################################################. .................................................................................................... .................................................................................................
result:
ok n=100, k=98
Test #16:
score: 0
Accepted
time: 0ms
memory: 3656kb
input:
100 99
output:
YES #.################################################################################################## .................................................................................................... .................................................................................................
result:
ok n=100, k=99
Test #17:
score: 0
Accepted
time: 0ms
memory: 3744kb
input:
99 97
output:
YES #.################################################################################################. ................................................................................................... ...................................................................................................
result:
ok n=99, k=97
Test #18:
score: 0
Accepted
time: 0ms
memory: 3616kb
input:
99 98
output:
YES #.################################################################################################# ................................................................................................... ...................................................................................................
result:
ok n=99, k=98
Test #19:
score: 0
Accepted
time: 0ms
memory: 3708kb
input:
1 0
output:
YES .
result:
ok n=1, k=0
Test #20:
score: -100
Wrong Answer
time: 0ms
memory: 3704kb
input:
1 1
output:
YES #
result:
wrong answer bingo line at row 1