Problem whatisthisactf
User Tyx2019
Submission Time 2023-04-01 14:38:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

whatisthisactf.cpp: In function ‘void magic(char*, char*)’:
whatisthisactf.cpp:14:2: error: ‘cout’ was not declared in this scope
14 | cout << "hi"*1024;
| ^~~~
whatisthisactf.cpp:14:14: error: invalid operands of types ‘const char [3]’ and ‘int’ to binary ‘operator*’
14 | cout << "hi"*1024;
| ~~~~^~~~~
| | |
| | int
| const char [3]