Md. Arifur Rahman (Sazal)
ক্রমে ক্রমে হ্রাস পাচ্ছে বিবেক, ঘুমিয়ে পড়ছে মানবতা……
Pages
Home
ACM Algorithm
Math
E- Balagurusamy
Basic Program
Assembly Language
Gallery
My Portfolio
Wednesday, 18 May 2011
10055-Hashmat the brave warrior
#include<iostream>
using namespace std;
int main()
{
long h,o;
//freopen("in.txt","r",stdin);
while(cin>>h>>o)
{
if(h>o)
cout<<(h-o)<<"\n";
else
cout<<(o-h)<<"\n";
}
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment