Problem rightangtri
User iso6ky
Submission Time 2024-05-23 11:40:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:10:9: error: expected ‘;’ before ‘}’ token
10 | tri(ht)
| ^
| ;
11 | }
| ~