codeforces 356C Bear and Square Grid

Posted very_czy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了codeforces 356C Bear and Square Grid相关的知识,希望对你有一定的参考价值。

#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cmath>
#include <algorithm>
#include <iostream>

using namespace std;
char mp[510][510];
int vis[510][510];
int are_num[510][510];
int sum[510][510];
int are_vis[250000];
int main()
{
    int n,k;
    scanf ("%d%d",&n,&k);
    memset(mp,#,sizeof(mp));
    for (int i=1;i<=n;i++)
    {
        scanf ("%s",mp[i]+1),mp[i][n+1]=#;
    }
    for (int i=0;i<=n+1;i++)
    {
        for (int j=0;j<=n+1;j++)
        {
            printf ("%c",mp[i][j]);
        }
        printf ("\n");
    }
    return 0;
}

 

以上是关于codeforces 356C Bear and Square Grid的主要内容,如果未能解决你的问题,请参考以下文章

Codeforces-A. Bear and Game(模拟)

Codeforce 573A. Bear and Poker

codeforces 653A A. Bear and Three Balls(水题)

CodeForces - 771A Bear and Friendship Condition

codeforces 653C C. Bear and Up-Down(乱搞题)

codeforces679 D. Bear and Chase