Problem | helloworld |
---|---|
User | jeongwonho64 |
Submission Time | 2023-03-26 10:54:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:2:17: error: ‘stdint’ is not a namespace-name
2 | using namespace stdint main(int32_t o_e5d6cf87f0a2cb35bd309ff023329e9c,char * o_e9f0044caf1c46d840a01e2be1e6f332[]){cout<<"\x48""e\154l\x6F"" \127o\x72""l\144";};
| ^~~~~~
helloworld.cpp:2:23: error: expected ‘;’ before ‘main’
2 | using namespace stdint main(int32_t o_e5d6cf87f0a2cb35bd309ff023329e9c,char * o_e9f0044caf1c46d840a01e2be1e6f332[]){cout<<"\x48""e\154l\x6F"" \127o\x72""l\144";};
| ^~~~~
| ;
helloworld.cpp: In function ‘int main(int32_t, char**)’:
helloworld.cpp:2:117: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
2 | using namespace stdint main(int32_t o_e5d6cf87f0a2cb35bd309ff023329e9c,char * o_e9f0044caf1c46d840a01e2be1e6f332[]){cout<<"\x48""e\154l\x6F"" \127o\x72""l\144";};
|