Problem rightangtri
User ThinkingGeek257
Submission Time 2026-06-22 15:53:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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