Problem gift
User nmluan
Submission Time 2025-01-20 10:19:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gift.cpp: In function ‘int main()’:
gift.cpp:8:19: error: expected ‘;’ before ‘i’
8 | for (int i = 1 i < n; i++){
| ^~
| ;