Problem rightangtri
User JoonLoong
Submission Time 2026-06-22 16:41:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:10:20: error: expected ‘;’ before ‘}’ token
10 | cout << s << "\n"
| ^
| ;
11 | }
| ~
rightangtri.cpp:11:1: error: expected ‘}’ at end of input
11 | }
| ^
rightangtri.cpp:5:16: note: to match this ‘{’
5 | signed main() {
| ^