Problem helloworld
User kashsinghal
Submission Time 2023-11-08 10:01:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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