L1-042. 日期格式化

Posted diamondDemand

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了L1-042. 日期格式化相关的知识,希望对你有一定的参考价值。

#include <iostream>

using namespace std;

int main()
{
char date[11];
cin >> date;
for(int i=6; i<10; i++)
cout << date[i];
cout << date[5];
for(int i=0; i<5; i++)
cout << date[i];
return 0;
}

 

以上是关于L1-042. 日期格式化的主要内容,如果未能解决你的问题,请参考以下文章

L1-042 日期格式化

L1-042. 日期格式化

题解PTA团体程序设计天梯赛L1-042 日期格式化 (5 分) Go语言|Golang

PTA L1-042 日期格式化(将字符数组转换为string类型)

天梯赛每日打卡05(41-45题解)

如何从我的 DatePicker 片段中传输格式化的日期字符串?