Problem rightangtri
User Ush
Submission Time 2023-11-08 13:31:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int32_t main()’:
rightangtri.cpp:12:11: error: expected ‘;’ before ‘}’ token
12 | return 0
| ^
| ;
13 | }
| ~
rightangtri.cpp:13:3: error: expected ‘}’ at end of input
13 | }
| ^
rightangtri.cpp:4:16: note: to match this ‘{’
4 | int32_t main() {
| ^