首页
Java
登录
6mi
u
盘
搜
搜 索
Java
test1
test1
xiaoxiao
2021-02-28
92
#include<stdio.h> int a,b; char map[100][100]; int main() { for(int i=0;i<2;i++) for(int j=0;j<2;j++) scanf(" %c",&map[i][j]); for(int i=0;i<2;i++) for(int j=0;j<2;j++) printf("%c",map[i][j]); }
输入11 22
输出1122
转载请注明原文地址: https://www.6miu.com/read-72610.html
技术
最新回复
(
0
)