Problem rightangtri
User KingH
Submission Time 2025-08-22 16:25:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:7:15: error: invalid operands of types ‘const char [2]’ and ‘int’ to binary ‘operator*’
7 | cout << "*" * i << endl;
| ~~~ ^ ~
| | |
| | int
| const char [2]