Problem Description
This problem is also a A + B problem,but it has a little difference,you should determine does (a+b) could be divided with 86.For example ,if (A+B)=98,you should output no for result.
 
Input
Each line will contain two integers A and B. Process to end of file.
 
Output
For each case, if(A+B)%86=0,output yes in one line,else output no in one line.
 
Sample Input
1 1
8600 8600
 
Sample Output
no
yes
 
 #include <stdio.h>

 int main(){
int a;
int b; while(scanf("%d%d",&a,&b)!=EOF){
if((a+b)%==)
printf("yes\n"); else
printf("no\n");
}
return ;
}

最新文章

  1. Git异常:fatal: could not create work tree dir &#39;XXX&#39;: No such file or directory
  2. [CLR via C#]14. 字符、字符串和文本处理
  3. JSP入门&amp;会话技术
  4. UNIX基础知识之时间值
  5. 使用dispatch_group实现并封装分组并发网络请求
  6. 利用JQuery的$.ajax()可以很方便的调用asp.net的后台方法
  7. Linux下Java环境安装
  8. 2、Zookeeper端口和ip修改
  9. cisco查看机框 板卡 电源 SN 风扇环境运行状态和一些常用命令 巡检命令
  10. Django2.0路由层-URLconf
  11. df -h执行卡住不动问题解决【转】
  12. 利用yum安装时,报错 [Errno 256] No more mirrors to try.
  13. python入门-变量和简单数据类型
  14. react部署之页面空白
  15. C-I/O操作函数详解
  16. JMeter java.net.URISyntaxException: Illegal character in query at index
  17. 谈一下思考,关于mybatis中&lt;foreach collection=&quot;list&quot;&gt;中list得来的原因 没看到官方说明
  18. 循环神经网络RNN模型和长短时记忆系统LSTM
  19. cmd与bat脚本的使用
  20. servlet的重定向和作用域

热门文章

  1. StackOverflow 创始人关于如何高效编程的清单
  2. Agar.io 简单但是有趣的网页游戏
  3. checkbox全选和取消功能
  4. ASP.NET 之页面重定向和传值
  5. 【C++】Item34.区分接口继承和实现继承
  6. oracle in表达式参数支持最大上限1000个
  7. dive into python:模块的导入和搜索文件路径的配置
  8. Concurrent control in SQLite
  9. Quartus 12的TimeQuest Timing Analyzer
  10. 数据库–Cobar分布式数据库集群MySQL中间件