Problem weddingcoins
User Chetana
Submission Time 2024-06-20 10:29:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:9:28: error: lvalue required as decrement operand
9 | for(int i = 12; i >= 0; --1)
| ^