阿八阿八
阿八阿八
题解
题解 | #复制输出#
全部文章
题解
归档
标签
去牛客网
登录
/
注册
题解 | #复制输出#
372 浏览
0 回复
2022-02-27
阿八阿八
+关注
复制输出
https://ac.nowcoder.com/acm/problem/22224
#include<stdio.h>
#include<string.h>
int main()
{
int i,j;
char str[1000];
gets(str);
puts(str);
return 0;
}
C
举报
收藏
赞
评论加载中...