Problem gift
User Hytoh
Submission Time 2023-03-29 17:19:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gift.cpp: In function ‘int main()’:
gift.cpp:14:14: error: expected ‘;’ before ‘prev’
14 | ans++
| ^
| ;
15 | prev = curr;
| ~~~~