Problem rightangtri
User Dubidubidaphdaph
Submission Time 2026-06-22 16:35:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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