Main.cc: In function ‘int main()’: Main.cc:4:2: error: ‘longlong’ was not declared in this scope longlong n,i=1,s=1; ^~~~~~~~ Main.cc:4:2: note: suggested alternative: ‘ulong’ longlong n,i=1,s=1; ^~~~~~~~ ulong Main.cc:5:7: error: ‘n’ was not declared in this scope cin>>n; ^ Main.cc:7:9: error: ‘s’ was not declared in this scope cout<