Problem helloworld
User angelahaha
Submission Time 2023-11-07 21:05:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:2: error: ‘write’ was not declared in this scope; did you mean ‘fwrite’?
4 | write "hello world"
| ^~~~~
| fwrite