nautilus.cpp: In function 'int main()':
nautilus.cpp:5:39: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
5 | #define rep(i,a,b) for(int i = (a); i <= (b); i++)
| ^
nautilus.cpp:21:5: note: in expansion of macro 'rep'
21 | rep(i,1,f) {
| ^~~
nautilus.cpp:5:39: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
5 | #define rep(i,a,b) for(int i = (a); i <= (b); i++)
| ^
nautilus.cpp:22:9: note: in expansion of macro 'rep'
22 | rep(j,1,c) {
| ^~~
nautilus.cpp:5:39: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
5 | #define rep(i,a,b) for(int i = (a); i <= (b); i++)
| ^
nautilus.cpp:31:5: note: in expansion of macro 'rep'
31 | rep(T,1,m) {
| ^~~
nautilus.cpp:5:39: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
5 | #define rep(i,a,b) for(int i = (a); i <= (b); i++)
| ^
nautilus.cpp:34:9: note: in expansion of macro 'rep'
34 | rep(i,1,f) {
| ^~~
nautilus.cpp:5:39: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
5 | #define rep(i,a,b) for(int i = (a); i <= (b); i++)
| ^
nautilus.cpp:52:5: note: in expansion of macro 'rep'
52 | rep(i,1,f) {
| ^~~
nautilus.cpp:5:39: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
5 | #define rep(i,a,b) for(int i = (a); i <= (b); i++)
| ^
nautilus.cpp:53:9: note: in expansion of macro 'rep'
53 | rep(j,1,c) {
| ^~~