Problem helloworld
User kaitlyn09
Submission Time 2023-02-09 16:40:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:9: error: expected primary-expression before ‘int’
6 | return int 0;
| ^~~
helloworld.cpp:6:8: error: expected ‘;’ before ‘int’
6 | return int 0;
| ^~~~
| ;
helloworld.cpp:6:13: error: expected unqualified-id before numeric constant
6 | return int 0;
| ^