Codeforces 1505A Is it rated - 2 Solution
Solution in C++:
///******Bismillahir-Rahmanir-Rahim******///
///AH Tonmoy
///Department of CSE,23rd batch
///Islamic University,Bangladesh
- #include<iostream>
- using namespace std;
- int main()
- {
- string s;
- while(cin>>s)
- {
- cout<<"NO"<<endl;
- }
- }
No comments