Problem duckhunt2
User popperoni
Submission Time 2024-12-14 11:18:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt2.cpp: In function ‘int main()’:
duckhunt2.cpp:30:11: error: invalid operands of types ‘const char [2]’ and ‘long long int’ to binary ‘operator*’
30 | cout<<"L"*n;
| ~~~^~
| | |
| | long long int
| const char [2]