Problem rightangtri
User cheryltkx
Submission Time 2026-02-28 09:37:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:8:8: error: ‘j’ was not declared in this scope
8 | for ( j =1; j<= i; j++){
| ^
rightangtri.cpp:11:13: error: expected ‘;’ before ‘}’ token
11 | cout <<'\n'
| ^
| ;
12 | }
| ~