Run id: 137417

Main.cc: In function 'int main()':
Main.cc:10:8: warning: variable 'eaten_apples' set but not used [-Wunused-but-set-variable]
    int eaten_apples = 0;
        ^
Main.cc:18:4: error: expected '}' at end of input
    }
    ^