Problem motest2
User Tyx2019
Submission Time 2023-03-30 22:12:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

motest2.cpp: In function ‘int main()’:
motest2.cpp:6:15: error: invalid operands of types ‘const char [3]’ and ‘int’ to binary ‘operator*’
6 | cout << "0\n"*T;
| ~~~~~^~
| | |
| | int
| const char [3]