Run id: 97674

Main.cc: In function 'int he(int)':
Main.cc:8:7: error: 'x' was not declared in this scope
   if (x % i == 0){
       ^
Main.cc: In function 'int main()':
Main.cc:19:10: error: 'i' was not declared in this scope
   a = he(i);
          ^