正文牛客小白月赛4-E-浮点数输出 字符串IP云V管理员/2022-12-01/3 阅读 12/01提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 #include <bits/stdc++.h> int main() { char a[]; scanf("%s",a); printf("%s\n",a); return ; }