#include <bits/stdc++.h>
using namespace std;
int main() {
// your code goes here
int m;
cin >> m;
if (m>35) {
cout << "Yes" << endl;
} else {
cout << "No" << endl;
}
return 0;
}
Your Coding Companion
#include <bits/stdc++.h>
using namespace std;
int main() {
// your code goes here
int m;
cin >> m;
if (m>35) {
cout << "Yes" << endl;
} else {
cout << "No" << endl;
}
return 0;
}
We are a passionate developers constantly working to create solution of Competitive programming Problems that’s accurate and easier to understand.
Basic hackerrank question solution Basic Java Program beginner programming c++ basics programming c++ programming hackerrank hackerrank java solution Java Java Basic Program Java coding question Java hackerrank solution Java Medium hackerank solution mysql solution sql solution Top 10 Java Program
Copyright © 2024 All rights reserved. | Digit Wood
Leave a Reply