Problem rightangtri
User Biologyhater123
Submission Time 2025-02-16 21:14:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int32_t main()’:
rightangtri.cpp:18:19: error: expected ‘;’ before ‘cout’
18 | result += "*"
| ^
| ;
19 | cout<< * result << '\n'; //jho touches kids
| ~~~~