Problem rightangtri
User Biologyhater123
Submission Time 2025-02-16 21:10:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int32_t main()’:
rightangtri.cpp:18:18: error: invalid operands of types ‘long long int’ and ‘const char [2]’ to binary ‘operator*’
18 | cout<< (i+1) * "*"<< '\n'; //jho touches kids
| ~~~~~ ^ ~~~
| | |
| | const char [2]
| long long int