clo.cpp: In constructor 'event::event(int, int, int, int)':
clo.cpp:12:11: warning: 'event::price' will be initialized after [-Wreorder]
int qtd, price;
^~~~~
clo.cpp:11:12: warning: 'int event::cmp' [-Wreorder]
int type, cmp;
^~~
clo.cpp:14:2: warning: when initialized here [-Wreorder]
event(int t, int q, int p, int c)
^~~~~
clo.cpp: In function 'int main()':
clo.cpp:32:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&n);
~~~~~^~~~~~~~~
clo.cpp:39:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d %d",&q,&c,&p);
~~~~~^~~~~~~~~~~~~~~~~~~~~
clo.cpp:46:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&m);
~~~~~^~~~~~~~~
clo.cpp:51:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d %d",&q,&c,&p);
~~~~~^~~~~~~~~~~~~~~~~~~~~