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

Compile Error

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