| Problem | whatisthisactf |
|---|---|
| User | Tyx2019 |
| Submission Time | 2023-04-01 14:39:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
whatisthisactf.cpp: In function ‘void magic(char*, char*)’:
whatisthisactf.cpp:14:26: error: ‘cout’ was not declared in this scope
14 | for(int i=0;i<1025;i++) cout << "a";
| ^~~~