ccf 201909-3
Posted shiliuxinya
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ccf 201909-3相关的知识,希望对你有一定的参考价值。
题意:什么鬼题意!? 搞不懂,先码着(出题人!这是? 就不能精简?简明扼要点?(翻白眼)考计算机呢 你以为考语文呢? 生气(╬◣д◢)
#include <stdio.h> #include <string.h> #define MAX 2000 using namespace std; int n; //行 int m; //列 int p; //宽 int q; //高 string s[MAX][MAX]; string s; int main(){ while(scanf("%d %d",&m,&n)!=EOF){ scanf("%d %d",&p,&q); for(int i=1;i<=n;i++){ for(int j=1;j<=m;j++) cin << str; s[i][j]=str; } } }
)
以上是关于ccf 201909-3的主要内容,如果未能解决你的问题,请参考以下文章