Problem rightangtri
User astr4eusmkvc
Submission Time 2026-06-22 16:36:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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