Problem rightangtri
User Jordis00fed
Submission Time 2024-02-19 19:00:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:9:8: error: ‘end1’ was not declared in this scope
9 | cout<<end1;
| ^~~~
rightangtri.cpp:10:1: error: expected ‘}’ at end of input
10 | }
| ^
rightangtri.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^