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