Problem rightangtri
User herngr3y
Submission Time 2026-03-28 12:27:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:11:11: error: expected ‘;’ before ‘}’ token
11 | return 0
| ^
| ;
12 | }
| ~