Problem | rightangtri |
---|---|
User | Hengweezy |
Submission Time | 2024-01-31 18:17:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:8:15: error: invalid operands of types ‘const char [2]’ and ‘int’ to binary ‘operator*’
8 | string a="*"*i;
| ~~~^~
| | |
| | int
| const char [2]
rightangtri.cpp:9:10: error: invalid operands of types ‘const char [2]’ and ‘int’ to binary ‘operator*’
9 | cout<<"*"*i<<endl;
| ~~~^~
| | |
| | int
| const char [2]