Problem rightangtri
User Pout
Submission Time 2026-07-03 23:16:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:8:7: error: ‘i’ was not declared in this scope
8 | for (i = 1; i < (n + 1); i++) {
| ^
rightangtri.cpp:9:8: error: ‘j’ was not declared in this scope
9 | for (j = 0; j < i; i++) {
| ^