Problem rightangtri
User Leeyee
Submission Time 2025-08-22 16:38:44
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 | }
| ~