Problem rightangtri
User LinelyQwert
Submission Time 2023-01-25 15:08:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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