Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
11885 蒋瀚辉 输出字符 C++ Accepted 2 MS 712 KB 162 2021-05-18 12:20:06

Tests(1/1):


Code:

#include <bits/stdc++.h> using namespace std; string a; int main() { cin >> a; cout << a[0] << " " << a[1] << " " << a[2] << " " << a[3]; return 0; }