Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
147184 赵奕杰 06输出日期 C++ Accepted 0 MS 272 KB 139 2026-02-03 15:30:36

Tests(2/2):


Code:

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