Problem helloworld
User kashsinghal
Submission Time 2023-11-08 09:57:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:5: error: expected primary-expression before ‘/’ token
5 | /"Hello World"/ write your code here
| ^
helloworld.cpp:5:21: error: ‘write’ was not declared in this scope; did you mean ‘fwrite’?
5 | /"Hello World"/ write your code here
| ^~~~~
| fwrite