CodeMan
Home
Uva
AtCoder
Codechef
Codeforce
Hackerrank
LeetCode
Devskill
TopCoder
Spoj
Algorithm
Python3
Hackerearth
Uri
C++
Data Structure
Sunday, February 19, 2017
Uri 2424 - Tira-teima
#include
<
bits/stdc++.h
>
using
namespace
std
;
int main()
{
int a,b;
cin >> a >> b ;
if(a >= 0 and a <= 432 and b >= 0 and b <= 468)cout << "dentro" << endl;
else cout << "fora" << endl;
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment