Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
4576 | 郑元泰 | 06输出日期 | C++ | Wrong Answer | 0 MS | 256 KB | 131 | 2024-08-22 19:37:09 |
#include<iostream> using namespace std; int main(){ int a; cout<<"30-2016-7"; cout<<"7-30-2016"; return 0; }
------Input------
30-2016-7
------Answer-----
7-30-2016
------Your output-----
30-2016-77-30-2016