| Problem | bananaland | 
|---|---|
| User | Evoi | 
| Submission Time | 2023-01-16 16:25:12 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 bananaland.cpp: In function ‘int main()’:
bananaland.cpp:16:15: error: expected ‘;’ before ‘for’
   16 |  b[0] = stacks
      |               ^
      |               ;
   17 |  for(int i = 1; i <= a + 1; i++){
      |  ~~~           
bananaland.cpp:17:17: error: ‘i’ was not declared in this scope
   17 |  for(int i = 1; i <= a + 1; i++){
      |                 ^