clo.cpp: In constructor 'event::event(int, int, int, int)':
clo.cpp:11:11: warning: 'event::price' will be initialized after [-Wreorder]
int qtd, price;
^~~~~
clo.cpp:10:12: warning: 'int event::cmp' [-Wreorder]
int type, cmp;
^~~
clo.cpp:13:2: warning: when initialized here [-Wreorder]
event(int t, int q, int p, int c)
^~~~~
clo.cpp: In function 'int main()':
clo.cpp:31:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&n);
~~~~~^~~~~~~~~
clo.cpp:38: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:45:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&m);
~~~~~^~~~~~~~~
clo.cpp:50: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);
~~~~~^~~~~~~~~~~~~~~~~~~~~