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