首页
软件开发
登录
6mi
u
盘
搜
搜 索
软件开发
用scanf输入字符串
用scanf输入字符串
xiaoxiao
2024-10-29
66
#include<stdio.h> #include<string.h> int main(void) { char str[10]; printf("请输入字符串:"); scanf("%s", str); printf("输出结果:%s\n", str); return 0; }
转载请注明原文地址: https://yun.8miu.com/read-132978.html
最新回复
(
0
)