Problem | rightangtri |
---|---|
User | Dannyboy |
Submission Time | 2023-11-10 14:34:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:7:14: error: invalid operands of types ‘const char [2]’ and ‘int’ to binary ‘operator*’
7 | cout << "*"*i << "/n";
| ~~~^~
| | |
| | int
| const char [2]