Problem rightangtri
User Keevan19
Submission Time 2023-01-08 16:45:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:18:9: error: expected ‘}’ at end of input
18 | return 0;
| ^
rightangtri.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^