ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#37520 | #69. 地砖设计 | waremoon | 25 | 0ms | 540kb | C++ | 1.7kb | 2018-11-04 10:57:54 | 2018-11-04 12:31:26 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
input:
2 4
output:
AABB AABB
result:
wrong answer 1st lines differ - expected: 'AABA', found: 'AABB'
Test #2:
score: 0
Wrong Answer
time: 0ms
memory: 508kb
input:
3 5
output:
AAABB AAABB AAABC
result:
wrong answer 1st lines differ - expected: 'AAABA', found: 'AAABB'
Test #3:
score: 5
Accepted
time: 0ms
memory: 504kb
input:
5 4
output:
AAAA AAAA AAAA AAAA BCBC
result:
ok 5 lines
Test #4:
score: 0
Wrong Answer
time: 0ms
memory: 508kb
input:
2 5
output:
AA@@A AA@@B
result:
wrong answer 1st lines differ - expected: 'AABAA', found: 'AA@@A'
Test #5:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
input:
5 2
output:
AA AA @@ @@ AB
result:
wrong answer 3rd lines differ - expected: 'BB', found: '@@'
Test #6:
score: 5
Accepted
time: 0ms
memory: 508kb
input:
4 2
output:
AA AA BB BB
result:
ok 4 lines
Test #7:
score: 5
Accepted
time: 0ms
memory: 504kb
input:
4 5
output:
AAAAB AAAAC AAAAB AAAAC
result:
ok 4 lines
Test #8:
score: 5
Accepted
time: 0ms
memory: 504kb
input:
5 5
output:
AAAAA AAAAA AAAAA AAAAA AAAAA
result:
ok 5 lines
Test #9:
score: 0
Runtime Error
input:
100 100
output:
result:
Test #10:
score: 5
Accepted
time: 0ms
memory: 504kb
input:
2 2
output:
AA AA
result:
ok 2 lines
Test #11:
score: 0
Wrong Answer
time: 0ms
memory: 540kb
input:
1 99
output:
A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A
result:
wrong answer 1st lines differ - expected: 'ABABABABABABABABABABABABABABAB...ABABABABABABABABABABABAB...
Test #12:
score: 0
Wrong Answer
time: 0ms
memory: 540kb
input:
87 1
output:
A @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ...
result:
wrong answer 2nd lines differ - expected: 'B', found: '@'
Test #13:
score: 0
Wrong Answer
time: 0ms
memory: 512kb
input:
5 13
output:
AAAAA@@@@@AAA AAAAA@@@@@AAA AAAAA@@@@@AAA AAAAA@@@@@AAB AAAAA@@@@@AAC
result:
wrong answer 1st lines differ - expected: 'AAAAABAAAAABA', found: 'AAAAA@@@@@AAA'
Test #14:
score: 0
Wrong Answer
time: 0ms
memory: 536kb
input:
51 61
output:
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBBBBBBBBB AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...
result:
wrong answer 1st lines differ - expected: 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAA...
Test #15:
score: 0
Runtime Error
input:
53 95
output:
result:
Test #16:
score: 0
Runtime Error
input:
100 90
output:
result:
Test #17:
score: 0
Runtime Error
input:
83 100
output:
result:
Test #18:
score: 0
Runtime Error
input:
47 83
output:
result:
Test #19:
score: 0
Wrong Answer
time: 0ms
memory: 512kb
input:
9 13
output:
AAAAAAAAABBBB AAAAAAAAABBBB AAAAAAAAABBBB AAAAAAAAABBBB AAAAAAAAACCCC AAAAAAAAACCCC AAAAAAAAACCCC AA...
result:
wrong answer 1st lines differ - expected: 'AAAAAAAAABAAA', found: 'AAAAAAAAABBBB'
Test #20:
score: 0
Runtime Error
input:
80 97