Problem rightangtri
User Rigiddivot251112
Submission Time 2026-06-22 16:53:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:8:11: error: expected ‘;’ before ‘cout’
8 | s += "+"
| ^
| ;
9 | cout << s;
| ~~~~