A + B Problem Too:
#include<iostream> using namespace std; int main(){ int a,b; while(cin>>a>>b){ if((a+b)%86==0) cout<<"yes"<<endl; else cout<<"no"<<endl; } return 0; }
A + B Problem Too:
#include<iostream> using namespace std; int main(){ int a,b; while(cin>>a>>b){ if((a+b)%86==0) cout<<"yes"<<endl; else cout<<"no"<<endl; } return 0; }
上一篇:杭电 hdu 2099
下一篇:杭电 hdu 3808
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M