Problem rightangtri
User nminhnguyenle
Submission Time 2024-06-22 13:43:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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