eastereggs.cpp:25:86: warning: overflow in implicit constant conversion [-Woverflow]
const int modd1 = 1e9 + 7, modd2 = 998244353, maxn = 520, K = 26, inf = 1e9, infll = 1e18;
^~~~
eastereggs.cpp: In function 'int dfs(int)':
eastereggs.cpp:33:9: warning: unused variable 'j' [-Wunused-variable]
int i, j, k, l, r;
^
eastereggs.cpp:33:12: warning: unused variable 'k' [-Wunused-variable]
int i, j, k, l, r;
^
eastereggs.cpp:33:15: warning: unused variable 'l' [-Wunused-variable]
int i, j, k, l, r;
^
eastereggs.cpp:33:18: warning: unused variable 'r' [-Wunused-variable]
int i, j, k, l, r;
^
eastereggs.cpp:39:1: warning: no return statement in function returning non-void [-Wreturn-type]
}
^
eastereggs.cpp: In function 'int binsearch(int, int)':
eastereggs.cpp:50:5: error: 'query' was not declared in this scope
if(query(kk)){
^~~~~
eastereggs.cpp:56:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^