Problem rightangtri
User Someone13912
Submission Time 2026-02-28 09:18:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:9:15: error: expected ‘;’ before ‘}’ token
9 | cout << "*"
| ^
| ;
10 | }
| ~