#include #include using namespace std;
int main() { string a, b; cin >> a >> b; cout << a << endl; cout << b << endl; return 0; }
使用您的 清北信奥登峰计划 通用账户