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