Main.cpp: In member function ‘void yzqwq::lb::print()’:
Main.cpp:58:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
58 | for(re int i=0;i<63;++i)
| ^
Main.cpp: In member function ‘void yzqwq::lb::operator+=(long long int)’:
Main.cpp:64:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
64 | for(re int i=62;i>=0;--i){
| ^
Main.cpp: In member function ‘void yzqwq::lb::operator+=(yzqwq::lb&)’:
Main.cpp:75:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
75 | for(re int i=62;i>=0;--i)
| ^
Main.cpp: In function ‘yzqwq::lb yzqwq::operator+(lb&, lb&)’:
Main.cpp:81:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
81 | for(re int i=62;i>=0;--i)
| ^
Main.cpp: In member function ‘long long int yzqwq::lb::Max_calc()’:
Main.cpp:87:24: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
87 | for(re int i=62;i>=0;--i)
| ^
Main.cpp: In function ‘void init()’:
Main.cpp:102:20: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
102 | for(re int i=2;i<N;++i){
| ^
Main.cpp:105:28: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
105 | for(re int j=1;j*i<N;++j){
| ^
Main.cpp: In function ‘void solve()’:
Main.cpp:114:20: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
114 | for(re int i=1;i<=Cnt;++i){
| ^
Main.cpp:121:20: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
121 | for(re int i=1;i<=Cnt;++i){
| ^
Main.cpp:124:28: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
124 | for(re int j=i+1;j<=Cnt;++j){
| ^