Main.cc: In function ‘int main()’:
Main.cc:6:11: error: declaration does not declare anything [-fpermissive]
int long long;
^~~~
Main.cc:7:10: error: expected initializer before ‘sh’
int t,x sh,s zh,m;
^~
Main.cc:7:6: warning: unused variable ‘t’ [-Wunused-variable]
int t,x sh,s zh,m;
^