Problem | whatisthisactf |
---|---|
User | Tyx2019 |
Submission Time | 2023-04-02 02:18:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
whatisthisactf.cpp: In function ‘void set_sprintf_fmt_string(char*)’:
whatisthisactf.cpp:9:2: error: ‘string’ was not declared in this scope; did you mean ‘stdin’?
9 | string x="A";
| ^~~~~~
| stdin
whatisthisactf.cpp:10:26: error: ‘x’ was not declared in this scope
10 | for(int i=0;i<2047;i++) x+="A";
| ^
whatisthisactf.cpp:11:16: error: ‘x’ was not declared in this scope
11 | memcpy(INPUT, x, 2048);
| ^