| Problem | rightangtri |
|---|---|
| User | Uoelpc |
| Submission Time | 2023-11-09 15:08:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rightangtri.cpp: In function ‘int32_t main()’:
rightangtri.cpp:9:13: error: invalid operands of types ‘const char [2]’ and ‘long long int’ to binary ‘operator*’
9 | cout << "*" * i << "\n";
| ~~~ ^ ~
| | |
| | long long int
| const char [2]