提交时间:2023-09-14 14:00:21

运行 ID: 102814

#include<iostream> #include<cstdio> using namespace std; int main(){ char word[1800]; int i=1; while(cin >>word[i]){ i++; } }