semiexpress.cpp:32:10: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
main(void){
^
semiexpress.cpp: In function 'int main()':
semiexpress.cpp:33:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld %lld %lld",&n,&m,&k);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
semiexpress.cpp:34:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld %lld %lld",&a,&b,&c);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
semiexpress.cpp:35:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld",&t);
~~~~~^~~~~~~~~~~
semiexpress.cpp:38:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld",&x);
~~~~~^~~~~~~~~~~