| Problem | rightangtri |
|---|---|
| User | Sheb |
| Submission Time | 2025-01-21 22:06:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:6:7: error: ‘i’ was not declared in this scope
6 | for (i = 1; i <= size; i++) {
| ^
rightangtri.cpp:7:8: error: ‘ii’ was not declared in this scope
7 | for (ii = 1; ii <= i; ii++) {
| ^~