my code
#include<bits/stdc++.h>
#define ii pair <int,int>
#define fi first
#define se second
#define int long long
#define double long double
#define endl '\n'
#define all(x) x.begin(), x.end()
using namespace std;
signed main(){
//freopen("input.INP", "r", stdin);
//freopen("output.OUT", "w", stdout);
ios_base::sync_with_stdio(false);
cin.tie(NULL);
cout.tie(NULL);
cout << 100 << endl;
return 0;
}
I use g++11 and vscode
That warning doesn't affect me if I run the code normally, but since I use CPH to compile it will stop my program and not run the test cases.