JavaShuo
栏目
标签
AtCoder Beginner Contest 096题解(5月5日)
时间 2020-08-04
标签
atcoder
beginner
contest
题解
5月
5日
繁體版
原文
原文链接
A - Day of Takahashi #include <bits/stdc++.h> using namespace std; int main() { int a,b; while(cin>>a>>b) { int ans=a-1; if(a<=b) ans++; cout<<ans<<endl; }
>>阅读原文<<
相关文章
1.
【AtCoder】AtCoder Beginner Contest 110题解
2.
【Atcoder】AtCoder Beginner Contest 174
3.
AtCoder Beginner Contest 162
4.
Atcoder Beginner Contest 167题解
5.
AtCoder Beginner Contest 091 题解
6.
Atcoder beginner contest 173 E 题解
7.
AtCoder Beginner Contest 121 题解
8.
AtCoder Beginner Contest 142 题解
9.
AtCoder Beginner Contest 167 题解
10.
Atcoder Beginner Contest D题 选解
更多相关文章...
•
PHP 5 常量
-
PHP教程
•
PHP 5 时区
-
PHP参考手册
•
JDK13 GA发布:5大特性解读
•
PHP Ajax 跨域问题最佳解决方案
相关标签/搜索
5月
5日
5+5
5+
5%
beginner
atcoder
contest
PHP 7 新特性
NoSQL教程
Spring教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
IDEA 2019.2解读:性能更好,体验更优!
2.
使用云效搭建前端代码仓库管理,构建与部署
3.
Windows本地SVN服务器创建用户和版本库使用
4.
Sqli-labs-Less-46(笔记)
5.
Docker真正的入门
6.
vue面试知识点
7.
改变jre目录之后要做的修改
8.
2019.2.23VScode的c++配置详细方法
9.
从零开始OpenCV遇到的问题一
10.
创建动画剪辑
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
【AtCoder】AtCoder Beginner Contest 110题解
2.
【Atcoder】AtCoder Beginner Contest 174
3.
AtCoder Beginner Contest 162
4.
Atcoder Beginner Contest 167题解
5.
AtCoder Beginner Contest 091 题解
6.
Atcoder beginner contest 173 E 题解
7.
AtCoder Beginner Contest 121 题解
8.
AtCoder Beginner Contest 142 题解
9.
AtCoder Beginner Contest 167 题解
10.
Atcoder Beginner Contest D题 选解
>>更多相关文章<<