Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
128593 田祥江 06输出日期 C++ Accepted 1 MS 272 KB 142 2025-08-18 15:24:41

Tests(2/2):


Code:

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