Please read the new rule regarding the restriction on the use of AI tools. ×

I got warning error when compile C++ code in Macos Ventura
Difference between en1 and en2, changed 296 character(s)
![ ](https://media.discordapp.net/attachments/873964288216289360/1138100355641655376/Screenshot_2023-08-07_at_20.24.15.png?width=1972&height=376)↵

my code↵

```cpp↵
#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.↵

![ ](https://media.discordapp.net/attachments/873964288216289360/1138102774207352832/Screenshot_2023-08-07_at_20.33.58.png?width=1132&height=990)↵

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en4 English ReTai-Hieu 2023-08-07 16:50:11 181 Tiny change: 'ght=990)\n' -> 'ght=990)\n\n**How to fix it**\n'
en3 English ReTai-Hieu 2023-08-07 16:40:28 4
en2 English ReTai-Hieu 2023-08-07 16:34:49 296
en1 English ReTai-Hieu 2023-08-07 16:27:57 697 Initial revision (published)