Problem | samelength |
---|---|
User | Ski3r3n |
Submission Time | 2023-07-07 16:17:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
samelength.cpp: In function ‘int main(int, char**)’:
samelength.cpp:9:2: error: ‘string’ was not declared in this scope; did you mean ‘stdin’?
9 | string t (308, '\0');
| ^~~~~~
| stdin
samelength.cpp:10:3: error: ‘cout’ was not declared in this scope
10 | cout << t;
| ^~~~
samelength.cpp:10:11: error: ‘t’ was not declared in this scope
10 | cout << t;
| ^