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