Problem helloworld
User usernamehere
Submission Time 2024-11-18 10:08:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:1:20: error: ‘write’ was not declared in this scope
1 | int main() {return write(1,"Hello, world\n",14)}
| ^~~~~
helloworld.cpp:1:48: error: expected ‘;’ before ‘}’ token
1 | int main() {return write(1,"Hello, world\n",14)}
| ^
| ;