ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#211281 | #3802. 印章 | sean1381 | 15 | 1059ms | 5116kb | C++11 | 770b | 2024-08-10 11:43:45 | 2024-08-10 12:39:49 |
answer
#include<bits/stdc++.h>
using namespace std;
int T,n,m,w,l,ans;
char c;
bool p[2002][2002];
int main(){
cin>>T;
while(T--){
cin>>w>>l;
cin>>n>>m;
ans=0;
memset(p,0,sizeof(p));
for(int i=1;i<=n;i++){
for(int j=1;j<=m;j++){
cin>>c;
if(c=='#'){
for(int k=0;k<=w-n;k++){
for(int q=0;q<=l-m;q++){
p[i+k][j+q]=1;
}
}
}
}
}
for(int i=1;i<=w;i++){
for(int j=1;j<=l;j++){
if(p[i][j]) ans++;
}
}
cout<<ans<<endl;
}
return 0;
}
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 5
Accepted
time: 529ms
memory: 5116kb
input:
2040 20 2 1 1 . 24 4 1 2 .# 24 3 5 2 .# #. .. .# ## 36 35 1 4 #..# 1 47 1 7 ##..#.# 4 9 2 7 ....... ...
output:
0 72 71 1260 47 0 173 899 40 58 81 1147 194 63 515 455 1166 1230 671 42 21 0 32 802 275 405 262 832 ...
result:
ok 2040 tokens
Test #2:
score: 0
Time Limit Exceeded
input:
3691 50 41 1 1 # 10 43 5 4 .... .... .... .... #... 3 1 2 1 . # 13 8 7 7 ####..# #.#.... .....## ..#...
output:
2050 240 2 100 70 1268 251 239 351 0 331 153 44 1070 0 6 1512 206 287 123 24 1338 0 1967 108 2 700 8...
result:
Test #3:
score: 5
Accepted
time: 128ms
memory: 5116kb
input:
307 19 2 1 1 . 4 6 3 3 #.. ### #.# 1 11 1 8 .#####.. 16 7 10 5 .###. .###. ##... .#.#. .###. ...#. #...
output:
0 22 8 93 1666 72 216 137 341 73 32 431 605 100 267 0 105 218 447 315 228 308 559 291 491 66 135 460...
result:
ok 307 tokens
Test #4:
score: 5
Accepted
time: 402ms
memory: 5112kb
input:
1151 2 2 1 2 ## 4 90 2 1 # . 4 3 2 2 .. .. 55 39 8 8 ....#... ......#. ...#..#. #......# ##.#...# .....
output:
4 270 0 2127 0 66 162 157 156 102 243 752 132 2969 38 579 34 93 204 585 211 28 5692 99 4221 193 220 ...
result:
ok 1151 tokens
Test #5:
score: 0
Runtime Error
input:
142992 1 71640447 1 5 .#.#. 1 32 1 16 .##..#.#.##.#.## 1 128754717 1 13 #...#.#####.# 1 412912033 1 ...
output:
result:
Test #6:
score: 0
Runtime Error
input:
182430 1 462437573 1 2 .. 1 4 1 2 #. 2 2 1 1 # 1 117654376 1 6 .#..## 1 3 1 2 ## 1 4 1 4 ...# 1 2 1 ...
output:
result:
Test #7:
score: 0
Runtime Error
input:
167051 949063550 696367111 1 9 #.####... 2 5 1 4 .... 18713003 154314157 1 6 ...... 144789507 649449...
output:
result:
Test #8:
score: 0
Runtime Error
input:
182067 1 970907619 1 5 ..... 1 11 1 6 ..#.#. 588221550 1 1 1 # 1 16 1 8 ###.#.#. 1 13 1 9 .#...#... ...
output:
result:
Test #9:
score: 0
Runtime Error
input:
49 518642469 504232726 3 66 ...#...............#............#................................. ........
output:
result:
Test #10:
score: 0
Runtime Error
input:
340 2 305388993 1 1 # 6 450728609 3 12 ............ ............ ..#......... 23 55 12 32 #.#...###....
output:
result:
Test #11:
score: 0
Runtime Error
input:
9859 39 2 27 1 . . . . . . . . . . . . . . . . . . . . . . . # . . . 464574874 21687964 9 3 ... .#. ...
output:
26
result:
Test #12:
score: 0
Runtime Error
input:
5532 283728969 997644030 17 11 #.........# ........#.. ..#........ ........... #...#...#.. #.....#.....
output:
result:
Test #13:
score: 0
Runtime Error
input:
419 61075512 474658573 4 11 ###...#.... .....#...## ###..###..# #.##.#..### 2 42 2 24 ...#.....####....
output:
result:
Test #14:
score: 0
Runtime Error
input:
116 658506323 6 2 6 ...... .....# 2 465009927 2 3 .#. ### 4 2 2 2 .. .. 3 109507599 2 4 ##.. ...# 47...
output:
result:
Test #15:
score: 0
Runtime Error
input:
498 217 913116486 174 8 ...#...# ........ ........ #.##.... .......# #....... ........ ........ .......
output:
result:
Test #16:
score: 0
Runtime Error
input:
1152 6 45902942 3 1000 ................................................................................
output:
result:
Test #17:
score: 0
Runtime Error
input:
3328 5 710527822 4 200 .............................................#..................................
output:
result:
Test #18:
score: 0
Runtime Error
input:
248 625825389 5 4 3 .## .#. #.. .## 27877511 627106582 3 2 .# #. .. 2317584 8 3 6 .#...# ..#... ...#...
output:
result:
Test #19:
score: 0
Runtime Error
input:
165923 21611739 641706900 9 3 ..# ... #.. ... .#. ... .## ... ... 283865732 7 2 6 ####.. ....#. 3146...
output:
result:
Test #20:
score: 0
Runtime Error
input:
566 579629199 26826670 3 2000 .........................................................................