Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
4572 | 郑元泰 | 06输出日期 | C++ | Wrong Answer | 0 MS | 248 KB | 95 | 2024-08-22 18:51:07 |
#include<iostream> using namespace std; int main(){ cout<<"7-30-2016"; return 0; }
------Input------
31-2020-11
------Answer-----
11-31-2020
------Your output-----
7-30-2016