Main.cc: In function 'int main()':
Main.cc:7:3: error: 'k' was not declared in this scope
k=i;
^
Main.cc:8:3: error: 'm' was not declared in this scope
m=0;
^
Main.cc:14:2: error: expected ';' before 'return'
return 0;
^
Main.cc:15:1: error: expected '}' at end of input
}
^
Main.cc:5:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&n);
^