Run id: 139818

Main.cc: In function 'int main()':
Main.cc:10:10: error: 'i' was not declared in this scope
     if(n%i==0&&n%n==0)
          ^
Main.cc:15:5: error: expected ';' before 'return'
     return 0;
     ^