#include <iostream>
using namespace std;
int main() {
// your code goes here
int x;
cin >> x;
if (x >= 750)
cout << "YES
";
else
cout << "NO
";
return 0;
}
Code Example |
---|
Cpp :: C++ Enumeration Type |
Cpp :: Structure of s void function |
Cpp :: cast c++ |
Cpp :: c++ multiplication table rows and columns |
Cpp :: C++ 4.3.2 (gcc-4.3.2) sample |
Cpp :: how to make a goto area in c++ |
Cpp :: typeid to string c++ |
Cpp :: 1162261467 |
Cpp :: prime template c++ |
Cpp :: cpp super |
Cpp :: c++ map value int to string |
Cpp :: c++ max |
Cpp :: c++ string to vector int |
Cpp :: converter c++ to c |
Cpp :: function prototype c++ |
Cpp :: size of set c++ |
Cpp :: std::string remove last |
Cpp :: accumulate in c++ |
Cpp :: 2927260.eps 2927262.jpg 2927263.ai License free.txt License premium.txt |
C :: stop redis server |
C :: How to install npm in alpine linux |
C :: c get file size |
C :: C float division |
C :: printf fill with 0 |
C :: Succ de ch |
C :: scan numbers into array c |
C :: print bool c |
C :: arduino millis |
C :: read string with space c |
C :: gcc options to find out makefiel rules |