Main.cpp:4:28: warning: bad option '-favx2' to pragma 'optimize' [-Wpragmas]
4 | #pragma GCC optimize("avx2")
| ^
Main.cpp:14:20: warning: bad option '-favx2' to attribute 'optimize' [-Wattributes]
14 | int id(int i, int j){
| ^
Main.cpp:17:21: warning: bad option '-favx2' to attribute 'optimize' [-Wattributes]
17 | int id2(int i, int j){
| ^
Main.cpp:26:39: warning: bad option '-favx2' to attribute 'optimize' [-Wattributes]
26 | int qry(int x1, int x2, int y1, int y2){
| ^
Main.cpp:33:18: warning: bad option '-favx2' to attribute 'optimize' [-Wattributes]
33 | void clear(int n){
| ^
Main.cpp:40:48: warning: bad option '-favx2' to attribute 'optimize' [-Wattributes]
40 | void upd(int x1, int x2, int y1, int y2, int v){
| ^
Main.cpp:46:16: warning: bad option '-favx2' to attribute 'optimize' [-Wattributes]
46 | void run(int n){
| ^
Main.cpp:53:22: warning: bad option '-favx2' to attribute 'optimize' [-Wattributes]
53 | int qry(int x, int y){
| ^
Main.cpp:58:31: warning: bad option '-favx2' to attribute 'optimize' [-Wattributes]
58 | int g(vector<Range>& vr, int h){
| ^
Main.cpp:73:14: warning: bad option '-favx2' to attribute 'optimize' [-Wattributes]
73 | int32_t main(){
| ^
Main.cpp: In function 'int32_t main()':
Main.cpp:136:29: warning: narrowing conversion of 'y3' from 'int' to 'short int' [-Wnarrowing]
136 | vrs[x3][x4].push_back({y3, y1, y2, y4});
| ^~
Main.cpp:136:33: warning: narrowing conversion of 'y1' from 'int' to 'short int' [-Wnarrowing]
136 | vrs[x3][x4].push_back({y3, y1, y2, y4});
| ^~
Main.cpp:136:37: warning: narrowing conversion of 'y2' from 'int' to 'short int' [-Wnarrowing]
136 | vrs[x3][x4].push_back({y3, y1, y2, y4});
| ^~
Main.cpp:136:41: warning: narrowing conversion of 'y4' from 'int' to 'short int' [-Wnarrowing]
136 | vrs[x3][x4].push_back({y3, y1, y2, y4});
| ^~
Main.cpp:163:29: warning: narrowing conversion of 'y3' from 'int' to 'short int' [-Wnarrowing]
163 | vrs[x3][x4].push_back({y3, y1, y2, y4});
| ^~
Main.cpp:163:33: warning: narrowing conversion of 'y1' from 'int' to 'short int' [-Wnarrowing]
163 | vrs[x3][x4].push_back({y3, y1, y2, y4});
| ^~
Main.cpp:163:37: warning: narrowing conversion of 'y2' from 'int' to 'short int' [-Wnarrowing]
163 | vrs[x3][x4].push_back({y3, y1, y2, y4});
| ^~
Main.cpp:163:41: warning: narrowing conversion of 'y4' from 'int' to 'short int' [-Wnarrowing]
163 | vrs[x3][x4].push_back({y3, y1, y2, y4});
| ^~