Problem rightangtri
User ansel
Submission Time 2024-05-21 20:03:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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