Problem hello
User Twister
Submission Time 2025-06-16 15:50:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hello.cpp:2:2: error: invalid preprocessing directive #inculde; did you mean #include?
2 | #inculde <iostream>
| ^~~~~~~
| include
hello.cpp:3:1: error: ‘uisng’ does not name a type
3 | uisng namespace std;
| ^~~~~
hello.cpp: In function ‘int main()’:
hello.cpp:6:2: error: ‘string’ was not declared in this scope
6 | string usernmae;
| ^~~~~~
hello.cpp:6:2: note: suggested alternatives:
In file included from /usr/include/c++/9/iosfwd:39,
from /usr/include/c++/9/ios:38,
from /usr/include/c++/9/istream:38,
from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from hello.cpp:1:
/usr/include/c++/9/bits/stringfwd.h:79:33: note: ‘std::string’
79 | ty