竞赛
考级
AC君
阿坝阿坝阿坝阿坝 阿巴阿巴来讲题啦
𝓢𝓷𝓾𝓰𝓰𝓵𝓮
#include <iostream> using namespace std; int main() { string s; while(getline(cin,s)) { cout << s << endl; } return 0; }
juhan214
飞的智动
阿瓦达啃大瓜
skirmish
#include <bits/stdc++.h> int main(){ stdstring s; while(getline(stdcin,s)) { stdcout<<s<<stdendl; } return 0; }
186****6957