Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
44074 YOYOLEE-李昕颖 字符串 C++ 解答错误 0 MS 236 KB 188 2024-03-27 20:35:03

Tests(0/1):


#include<bits/stdc++.h> using namespace std; int main(){ char s[100]; int cnt=0; while(cin>>s[cnt++]); for(int i=0;i<cnt;i++){ cout<<s[i]; } return 0; }


测评信息: