ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#213473 | #2907. moon | reverSilly | Compile Error | / | / | C++ | 91b | 2024-11-12 11:43:37 | 2024-11-12 11:43:39 |
answer
#include<bits/stdc++.h>
using namesapce std;
int main()
{cout<<"hello world!";return 0;}
Details
answer.code:2:7: error: expected nested-name-specifier before 'namesapce' using namesapce std;\x0d ^ answer.code:2:7: error: 'namesapce' has not been declared answer.code:2:17: error: expected ';' before 'std' using namesapce std;\x0d ^ answer.code:2:17: error: 'std' does not name a type answer.code: In function 'int main()': answer.code:4:2: error: 'cout' was not declared in this scope {cout<<"hello world!";return 0;} ^ answer.code:4:2: note: suggested alternative: In fil...