Problem helloworld
User KamiKaizhe
Submission Time 2025-04-12 21:54:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:16: error: expected ‘;’ before ‘return’
4 | std::cout << a
| ^
| ;
5 | return 0;
| ~~~~~~