Problem helloworld
User nguyendinhanh1508
Submission Time 2024-01-30 20:13:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function β€˜int main()’:
helloworld.cpp:2:18: error: expected identifier before numeric constant
2 | int main()return 69;
| ^~
helloworld.cpp:2:11: error: named return values are no longer supported
2 | int main()return 69;
| ^~~~~~
helloworld.cpp:2:20: error: expected β€˜{’ at end of input
2 | int main()return 69;
| ^