Problem rightangtri
User suzienguyen
Submission Time 2026-03-10 11:22:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:14:17: error: ‘j’ was not declared in this scope
14 | for (int i=0; j<i; j++){
| ^
rightangtri.cpp:15:16: error: expected ‘;’ before ‘}’ token
15 | cout << "* "
| ^
| ;
16 | }
| ~