trol.cpp: In function 'long long unsigned int findone(int)':
trol.cpp:10:5: warning: unused variable 'temp' [-Wunused-variable]
10 | ll temp;
| ^~~~
trol.cpp:12:5: warning: unused variable 'pangkat' [-Wunused-variable]
12 | ll pangkat;
| ^~~~~~~
trol.cpp: In function 'long long unsigned int findall(long long unsigned int, long long unsigned int)':
trol.cpp:29:15: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
29 | for(int i=l;i<=r;i++){
| ~^~~