| Problem | potatosalad |
|---|---|
| User | CapK1wi |
| Submission Time | 2026-04-11 22:02:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:10:12: error: no match for call to ‘(std::vector<int>) (int&)’
10 | cin >> v(N);
| ^
potatosalad.cpp:15:11: error: expected ‘;’ before ‘}’ token
15 | sum += x
| ^
| ;
16 | }
| ~