Problem rightangtri
User LYM2025
Submission Time 2025-08-22 16:34:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:7:8: error: invalid operands of types ‘const char [2]’ and ‘long long int’ to binary ‘operator*’
7 | y="*"*i;
| ~~~^~
| | |
| | long long int
| const char [2]