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