Problem | diamond |
---|---|
User | Wheezycantcode |
Submission Time | 2024-01-31 16:29:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
diamond.cpp: In function ‘int main()’:
diamond.cpp:12:18: error: ‘i’ was not declared in this scope
12 | for(int l=0;l<i*2+1;l++){
| ^
diamond.cpp:20:18: error: ‘i’ was not declared in this scope
20 | for(int l=0;l<i*2+1;l++){
| ^