1331A - Is it rated - CodeForces Solution


*special problem

Please click on ads to support us..

Python Code:

print('NO')

C++ Code:

//Author: Manthan-->NoobestOfNoobest
#include<bits/stdc++.h>
#include<ext/pb_ds/assoc_container.hpp>
#include<ext/pb_ds/tree_policy.hpp>
using namespace __gnu_pbds;
using namespace std;

using ll=long long int;
#define F first
#define S second
#define fo(i, start, end, jump) for(ll i = (int)start; i <= (int)end; i += (int)jump)
#define rfo(i, start, end, jump) for(ll i = (int)start; i >= (int)end; i -= (int)jump)
#define all(v) v.begin(), v.end()
#define rall(v) v.rbegin(), v.rend()
#define nl '\n'
#define YES cout << "YES\n";
#define NO cout << "NO\n";
#define gl(s) getline(cin,s);
#define tc ll t; cin >> t; while(t--)
#define int long long int
const ll M = 1e9+7;
#define sz(v) (int)v.size()
template <typename T> istream &operator>>(istream &istream, vector<T> &v){ for(auto &i: v) cin >> i; return istream;}

int32_t main(){
      ios_base::sync_with_stdio(false); cin.tie(0);

            cout << "No\n" << nl;

}


Comments

Submit
0 Comments
More Questions

1505A - Is it rated - 2
169A - Chores
765A - Neverending competitions
1303A - Erasing Zeroes
1005B - Delete from the Left
94A - Restoring Password
1529B - Sifid and Strange Subsequences
1455C - Ping-pong
1644C - Increase Subarray Sums
1433A - Boring Apartments
1428B - Belted Rooms
519B - A and B and Compilation Errors
1152B - Neko Performs Cat Furrier Transform
1411A - In-game Chat
119A - Epic Game
703A - Mishka and Game
1504C - Balance the Bits
988A - Diverse Team
1312B - Bogosort
1616B - Mirror in the String
1660C - Get an Even String
489B - BerSU Ball
977C - Less or Equal
1505C - Fibonacci Words
1660A - Vasya and Coins
1660E - Matrix and Shifts
1293B - JOE is on TV
1584A - Mathematical Addition
1660B - Vlad and Candies
1472C - Long Jumps