Problem rightangtri
User kingjames34
Submission Time 2025-10-22 15:40:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:9:8: error: ‘j’ was not declared in this scope
9 | for (j=0,j<i,j++){
| ^
rightangtri.cpp:13:7: error: expected ‘)’ before ‘;’ token
13 | i+=1;
| ^
| )
rightangtri.cpp:9:7: note: to match this ‘(’
9 | for (j=0,j<i,j++){
| ^