Problem rightangtri
User AineshB
Submission Time 2024-11-07 11:12:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:10:12: error: invalid operands of types ‘int’ and ‘const char [2]’ to binary ‘operator*’
10 | cout << i * "*";
| ~ ^ ~~~
| | |
| int const char [2]