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

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:5:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
5 | cin >> n;
| ^
| yn
rightangtri.cpp:8:8: error: ‘j’ was not declared in this scope
8 | for (j=1; j<=n; j++) {
| ^
rightangtri.cpp:9:15: error: expected ‘;’ before ‘}’ token
9 | cout << "*"
| ^
| ;
10 | }
| ~