Problem | weddingcoins |
---|---|
User | Chetana |
Submission Time | 2024-06-20 10:30:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:9:26: error: lvalue required as decrement operand
9 | for(int i = 12; i>=0; --1)
| ^