Problem helloworld
User vs358
Submission Time 2025-02-05 14:40:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:3:1: error: ‘::main’ must return ‘int’
3 | void main(){
| ^~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:2: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
5 | return;
| ^~~~~~