routers.cpp:9:10: error: extended character “ is not valid in an identifier
9 | #include “routers.h”
| ^
routers.cpp:9:10: error: #include expects "FILENAME" or <FILENAME>
9 | #include “routers.h”
| ^~~~~~~~
routers.cpp:9:19: error: extended character ” is not valid in an identifier
9 | #include “routers.h”
| ^
routers.cpp:3:9: error: 'll' does not name a type; did you mean 'all'?
3 | typedef ll long long;
| ^~
| all
routers.cpp: In function 'std::vector<int> find_rotuers(int, int, int)':
routers.cpp:17:16: error: 'use_detector' was not declared in this scope
17 | int im = use_detector(mi);
| ^~~~~~~~~~~~
routers.cpp:18:20: error: 'r' was not declared in this scope; did you mean 'ri'?
18 | if (i <= im) r = mi;
| ^
| ri
routers.cpp:21:19: error: 'r' was not declared in this scope; did you mean 'ri'?
21 | res[i] = le * r - res[i - 1];
| ^
| ri