| Problem | potatosalad |
|---|---|
| User | peepeepoop |
| Submission Time | 2026-01-24 16:21:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:10:23: error: expected ‘;’ before ‘}’ token
10 | cin >> potatomass[i]
| ^
| ;
11 | }
| ~
potatosalad.cpp:17:22: error: ‘D’ was not declared in this scope
17 | for (int i = 0; i < D; i++){
| ^