| Problem | finalday |
|---|---|
| User | CKCodeBreaker55 |
| Submission Time | 2024-12-09 09:51:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
finalday.cpp: In function ‘int main()’:
finalday.cpp:15:19: error: expected ‘;’ before ‘v’
15 | P = P1 + P2 + P3
| ^
| ;
16 | v.push_back(P);
| ~