Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
89061 汤奕硕 06输出日期 C++ Accepted 0 MS 268 KB 173 2024-08-21 20:19:31

Tests(2/2):


Code:

#include <iostream> #include <cstdio> using namespace std; int main() { int r,y,n; scanf("%d-%d-%d",&r,&n,&y); printf("%d-%d-%d",y,r,n); return 0; }