Problem rightangtri
User Soysauce
Submission Time 2024-02-23 14:13:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:9:15: error: ‘end1’ was not declared in this scope
9 | cout<<end1;
| ^~~~
rightangtri.cpp:11:11: error: expected ‘;’ before ‘}’ token
11 | return 0
| ^
| ;
12 | }
| ~