会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
flyawayl
UESTC计算机视觉研究生在读
首页
联系
订阅
管理
2018年3月28日
poj 1676
摘要: 保存不完整数字可能对应的数字,注意小时<24,分钟小于59. AC代码 #include <stdio.h> #include <vector> using namespace std; const int maxn = 100 + 5; char s[3][maxn]; int ret[maxn]
阅读全文
posted @ 2018-03-28 17:48 flyawayl
阅读(338)
评论(0)
推荐(0)
编辑
公告