carnival.cpp: In function 'void query(int, int, int)':
carnival.cpp:13:12: 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 'void bagi(int, int, int)':
carnival.cpp:39:8: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
39 | scanf("%d",&temp);
| ~~~~~^~~~~~~~~~~~
carnival.cpp: In function 'int main()':
carnival.cpp:45:8: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
45 | scanf("%d",&N);
| ~~~~~^~~~~~~~~
carnival.cpp:51:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
51 | scanf("%d",&temp);
| ~~~~~^~~~~~~~~~~~