paths.cpp: In function 'int main()':
paths.cpp:46:19: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
46 | for(register int i = 1; i <= n; ++i){
| ^
paths.cpp:51:19: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
51 | for(register int i = 1, u, v; i <= m; ++i){
| ^
paths.cpp:51:26: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
51 | for(register int i = 1, u, v; i <= m; ++i){
| ^
paths.cpp:51:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
51 | for(register int i = 1, u, v; i <= m; ++i){
| ^
paths.cpp:58:19: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
58 | for(register int i = 1; i <= n; ++i){
| ^