Problem candies
User Akshat369
Submission Time 2024-01-27 16:59:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

candies.cpp: In function ‘int32_t main()’:
candies.cpp:49:15: error: expected ‘;’ before ‘long’
49 | cin.tie(0)
| ^
| ;
candies.cpp:53:26: error: ‘t’ was not declared in this scope
53 | for (int i = 1; i <= t; i++) {
| ^