game.cpp:35:40: warning: bad option '-funroll-lopps' to pragma 'optimize' [-Wpragmas]
35 | #pragma GCC optimize ("03,unroll-lopps")
| ^
game.cpp:39:40: warning: bad option '-funroll-lopps' to attribute 'optimize' [-Wattributes]
39 | long long gcd2(long long X, long long Y) {
| ^
game.cpp:53:27: warning: bad option '-funroll-lopps' to attribute 'optimize' [-Wattributes]
53 | node(int x,int y,int z):l(0),r(0),p(rng()),row(x),col(y),val(z),G(z){};
| ^
game.cpp:57:21: warning: bad option '-funroll-lopps' to attribute 'optimize' [-Wattributes]
57 | int get(node *&a){
| ^
game.cpp:61:23: warning: bad option '-funroll-lopps' to attribute 'optimize' [-Wattributes]
61 | void pull(node *&x){
| ^
game.cpp:65:59: warning: bad option '-funroll-lopps' to attribute 'optimize' [-Wattributes]
65 | void split(node *&L,node *&R,node *cur,int row,int col){
| ^
game.cpp:78:42: warning: bad option '-funroll-lopps' to attribute 'optimize' [-Wattributes]
78 | void merge(node *a,node *b,node *&cur){
| ^
game.cpp:85:45: warning: bad option '-funroll-lopps' to attribute 'optimize' [-Wattributes]
85 | bool change(node *&cur,int x,int y,int z){
| ^
game.cpp:106:31: warning: bad option '-funroll-lopps' to attribute 'optimize' [-Wattributes]
106 | void init(int32_t R, int32_t C){
| ^
game.cpp:110:50: warning: bad option '-funroll-lopps' to attribute 'optimize' [-Wattributes]
110 | void upd(int id,int32_t P, int32_t Q, long long K){
| ^
game.cpp:121:26: warning: bad option '-funroll-lopps' to attribute 'optimize' [-Wattributes]
121 | int get(int x,int U,int V){
| ^
game.cpp:131:55: warning: bad option '-funroll-lopps' to attribute 'optimize' [-Wattributes]
131 | void updateseg(int qx,int qy,int x,int pos,int l,int r){
| ^
game.cpp:147:63: warning: bad option '-funroll-lopps' to attribute 'optimize' [-Wattributes]
147 | int qryseg(int qlx,int qrx,int qly,int qry,int pos,int l,int r){
| ^
game.cpp:156:38: warning: bad option '-funroll-lopps' to attribute 'optimize' [-Wattributes]
156 | void update(int32_t P,int32_t Q,int x){
| ^
game.cpp:160:63: warning: bad option '-funroll-lopps' to attribute 'optimize' [-Wattributes]
160 | long long calculate(int32_t P, int32_t Q, int32_t U, int32_t V){
| ^