Problem rightangtri
User siqideng09
Submission Time 2023-11-08 13:37:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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