| Problem | potatosalad | 
|---|---|
| User | loverin | 
| Submission Time | 2023-04-13 19:24:53 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:11:2: error: expected ‘,’ or ‘;’ before ‘for’
   11 |  for (int i = 0; i < n; ++i){
      |  ^~~
potatosalad.cpp:11:18: error: ‘i’ was not declared in this scope
   11 |  for (int i = 0; i < n; ++i){
      |                  ^