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

Compile Error

whatisthisactf.cpp: In function ‘void magic(char*, char*)’:
whatisthisactf.cpp:14:31: error: ‘cout’ is not a member of ‘std’
14 | for(int i=0;i<1025;i++) std::cout << "a";
| ^~~~
whatisthisactf.cpp:6:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
5 | #include "whatisthisactf.h"
+++ |+#include <iostream>
6 |