Run id: 137420

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