Run id: 137124

Main.cc: In function 'int main()':
Main.cc:5:5: error: expected primary-expression before 'int'
 fou(int i=1;i<=10;i++){
     ^
Main.cc:5:13: error: 'i' was not declared in this scope
 fou(int i=1;i<=10;i++){
             ^