Main.cc: In function 'int main()': Main.cc:5:5: error: expected initializer before 'cin' cin>>n; ^ Main.cc:6:13: error: 'n' was not declared in this scope cout<<4-n%4; ^