Problem | paint |
---|---|
User | AwkUngenially |
Submission Time | 2025-04-06 13:59:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
paint.cpp: In function ‘int main()’:
paint.cpp:20:28: error: ‘x’ was not declared in this scope
20 | for (long long i = 0; i < x; i--) {
| ^
paint.cpp:24:10: error: ‘x’ was not declared in this scope
24 | cout << x;
| ^