Problem rightangtri
User yq
Submission Time 2026-06-22 16:40:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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