Run id: 154924

Main.cc: In function 'int main()':
Main.cc:5:9: error: 'whlie' was not declared in this scope
  whlie(1)
         ^
Main.cc:4:6: warning: unused variable 'x' [-Wunused-variable]
  int x=1;
      ^