Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
11808 徐一喆 C语言7.19 C++ Accepted 1 MS 708 KB 149 2021-05-17 18:35:50

Tests(1/1):


Code:

#include<bits/stdc++.h> using namespace std; int main() { string s1,s2; getline(cin,s1); getline(cin,s2); cout<<s1<<s2; return 0; }