Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
11798 蒋瀚辉 C语言7.21 C++ Accepted 2 MS 708 KB 140 2021-05-17 18:21:37

Tests(1/1):


Code:

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