Problem | helloworld |
---|---|
User | Bhoomika7 |
Submission Time | 2023-11-08 09:27:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int32_t main()’:
helloworld.cpp:5:16: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
5 | int32_t main(){print 'hello world'
| ^~~~~
| printf