会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wolf940509
功到自然成。。。
博客园
首页
新随笔
联系
订阅
管理
2017年3月28日
AtCoder Beginner Contest 057
摘要: A题 分析:24进制转换 1 #include<iostream> 2 using namespace std; 3 int main() 4 { 5 int a,b; 6 while(cin>>a>>b){ 7 cout<<(a+b)%24<<endl; 8 } 9 return 0; 10 }
阅读全文
posted @ 2017-03-28 15:22 wolf940509
阅读(173)
评论(0)
推荐(0)
公告