Problem rightangtri
User KimTeo
Submission Time 2023-06-27 15:33:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:13:15: error: expected ‘)’ before ‘;’ token
13 | cout << "*";
| ^
| )
rightangtri.cpp:12:3: note: to match this ‘(’
12 | (
| ^
rightangtri.cpp:15:3: error: expected primary-expression before ‘)’ token
15 | )
| ^