Run ID:149046
提交时间:2026-03-06 21:33:47
#include<bits/stdc++.h> using namespace std; int main(){ string a; getline(cin,a); return 0; }