Main.cc:2:1: error: stray '\357' in program
using namespace std;
^
Main.cc:2:1: error: stray '\274' in program
Main.cc:2:1: error: stray '\233' in program
Main.cc:3:1: error: expected ';' before 'int'
int main(){
^
Main.cc: In function 'int main()':
Main.cc:5:16: error: 'n' was not declared in this scope
for(i=1;i<=n;i++){
^
Main.cc:6:12: error: 'm' was not declared in this scope
if(i%m==0)
^