Time Transform | ||||||
|
||||||
Description | ||||||
中国采用的日期格式通常为“年年年年/月月/日日”(yyyy/mm/dd),而西方所用的日期格式通常为“月月/日日/年年年年”(mm/dd/yyyy)。 另一方面,对小时的统计国际上也分为“24小时制”和“12小时制”。对于“12小时制”,使用am和pm区分上午和下午。
现在要求是,将时间由“年年年年/月月/日日”+"24小时制"的形式转换为“月月/日日/年年年年”+“12小时制”的形式。 特别规定:12:00:00pm代表中午12点,12:00:00am代表凌晨12点。 |
||||||
Input | ||||||
第一行为一个整数T(T<=10),表示测试用例数目。 接下来的T行,每行都是一个需要转换的时间日期字符串。 |
||||||
Output | ||||||
对于每个测试用例,输出结果,一行一个。 | ||||||
Sample Input | ||||||
2 2010/12/07-12:12:12 1988/01/01-00:01:01 |
||||||
Sample Output | ||||||
12/07/2010-12:12:12pm 01/01/1988-12:01:01am 用字符串模拟
|
详细解决方案
Hust oj 1177 Time Transform(字符串)
热度:66 发布时间:2023-12-22 04:44:37.0
相关解决方案
- 数据库 connect time out解决方案
- https下session time out后,无法再次登陆,该如何处理
- !odac140.bpl it is not design time package
- update voter set time=#2007/04/28# 14:04:44# where id=1 错在哪了 请大哥指点,该如何解决
- 非常非常急敬请高手们帮忙!分在前两天都散光了!DB2数据库连接出现 SQL0666-Estimated query processing time 192 exceeds limit 30,该如何解决
- oracle数据库施行update语句时弹出Execution time
- 急等解决报错:Run-time error '1004'. Application-defined or operation-defined error,该如何处理
- ! CDMA时间戳(Time Stamp)
- 求救! CDMA时间戳(Time Stamp)!解决办法
- time() 函数取的哪个系统的时间?解决办法
- time() 函数取的哪个系统的时间?解决思路
- fastdb "group by time"查询一组时间,该怎么处理
- vfp date and time picker控件有关问题
- sorry,long time no see.该如何解决
- 0928I wish I had all the time I'd ever wasted,so I could waste it all over again解决方法
- 每日背熟一句英语(11)I spent most of my spare time reviwing those sentences last weekend
- 每日背熟一句英语(5)By the time he got back to his coffee it was stone-cold
- 每天背熟一句英语(5)By the time he got back to his coffee it was stone-cold.解决办法
- 每天背熟一句英语(11)I spent most of my spare time reviwing those sentences last weekend.解决思路
- sorry,long time no see.解决方法
- 英文小说推荐-The Curious Incident of the Dog in the Night-Time,该如何处理
- SVN运用的一些注意事项(upgrade over time)
- DirectShow Transform Filter,该怎么处理
- 散分,Transform(IMediaSample *pIn, IMediaSample *pOut)里伸缩代码的异常
- "stdlib.h","math.h"和"time.h"
- AspectJ 编译时织进(Compile Time Weaving, CTW)
- 关于在asp中调用microsoft date and time picker组件显示日期的有关问题
- css transform 3D幻灯片奇效
- CSS3 transform 简略使用
- java 时间戳跟PHP时间戳 的转换 php time()