Problem rightangtri
User jerrielchangjiebin
Submission Time 2024-12-04 10:57:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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