| Problem | rightangtri |
|---|---|
| User | LimCheeHann |
| Submission Time | 2025-02-23 00:57:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:7:6: error: ‘i’ was not declared in this scope
7 | for(i=2;i<=n;i++){
| ^
rightangtri.cpp:9:7: error: ‘j’ was not declared in this scope
9 | for(j=0;j<i;j++){
| ^