Problem | fertile |
---|---|
User | PlayVoltz |
Submission Time | 2023-10-16 14:15:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fertile.cpp: In function ‘int32_t main()’:
fertile.cpp:46:3: error: expected ‘,’ or ‘;’ before ‘for’
46 | for (int i=l; i<=n; ++i){
| ^~~
fertile.cpp:46:17: error: ‘i’ was not declared in this scope
46 | for (int i=l; i<=n; ++i){
| ^