Problem rightangtri
User WouldIWas
Submission Time 2025-05-11 00:05:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:9:24: error: expected ‘;’ before ‘}’ token
9 | cout << '*' * (i + 1)
| ^
| ;
10 | }
| ~