Problem rightangtri
User hitarthdangra
Submission Time 2025-06-16 22:20:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:11:14: error: expected ‘;’ at end of input
11 | cout << "\n"
| ~~~~^
| ;
rightangtri.cpp:11:10: error: expected ‘}’ at end of input
11 | cout << "\n"
| ^~~~
rightangtri.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^