Problem rightangtri
User ansellee
Submission Time 2023-12-20 16:08:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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