Horje
CREDSCORE codechef solution Code Example
CREDSCORE codechef solution
#include <iostream>
using namespace std;

int main() {
	// your code goes here
	int x;
		cin >> x;
		if (x >= 750)
			cout << "YES\n";
		else
			cout << "NO\n";
	return 0;
}




Cpp

Related
opencv compile c++ Code Example opencv compile c++ Code Example
Types of Triangles Based on Angles in c++ Code Example Types of Triangles Based on Angles in c++ Code Example
c++ check if cin got the wrong type Code Example c++ check if cin got the wrong type Code Example
cplusplus Code Example cplusplus Code Example
how to make c++ read strlen Code Example how to make c++ read strlen Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8