Problem rightangtri
User jamallikestocode
Submission Time 2026-01-06 07:44:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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