Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
117694 | 常钰杰 | 06输出日期 | C++ | Wrong Answer | 1 MS | 268 KB | 195 | 2025-04-19 17:43:58 |
#include<bits/stdc++.h> using namespace std; int main() { char str[10]; cin>>str; cout<<str[8]<<str[7]<<str[0]<<str[1]<<str[2]<<str[3]<<str[4]<<str[5]<<str[6]; return 0; }
------Input------
31-2020-11
------Answer-----
11-31-2020
------Your output-----
1-31-2020