Published
- 1 min read
c++ fast
The solution for this is noted below
c++ fast
Solution
#include <bits/stdc++.h>
using namespace std;
#define fast ios_base::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL)
int main()
{
fast;
return 0;
}
Try other methods by searching on the site. That is if this doesn’t work