carnival.cpp: In function 'void query(int, int, int)':
carnival.cpp:13:14: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wformat=]
13 | printf("%d ",temp.size());
| ~^ ~~~~~~~~~~~
| | |
| int std::vector<int>::size_type {aka long unsigned int}
| %ld
carnival.cpp: In function 'int main()':
carnival.cpp:36:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
36 | if(temp = get(1 ,(i-1) + 1)){
| ~~~~~^~~~~~~~~~~~~~~~~~~
carnival.cpp:29:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
29 | scanf("%d",&N);
| ~~~~~^~~~~~~~~
carnival.cpp:35:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
35 | scanf("%d",&temp);
| ~~~~~^~~~~~~~~~~~
carnival.cpp:42:18: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
42 | scanf("%d",&temp);
| ~~~~~^~~~~~~~~~~~