Problem helloworld
User shoryu386
Submission Time 2024-03-06 15:28:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:8:17: error: expected ‘;’ before ‘}’ token
8 | a="Hello World"
| ^
| ;
9 | }
| ~