Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
131765 刘轻松 06输出日期 C++ Accepted 1 MS 268 KB 147 2025-10-01 14:07:42

Tests(2/2):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int n,y,r; char c; cin>>r>>c>>n>>c>>y; cout<<y<<c<<r<<c<<n; return 0; }