Run id: 119876

Main.cc: In function 'int main()':
Main.cc:8:5: error: 'nt' was not declared in this scope
     nt n; 
     ^
Main.cc:9:13: error: 'n' was not declared in this scope
 scanf("%d",&n); 
             ^
Main.cc:16:1: error: expected ';' before '}' token
 }
 ^