Problem helloworld
User Rashmita
Submission Time 2024-01-29 15:57:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:5: error: expected unqualified-id before string constant
7 | int"Helloworld"
| ^~~~~~~~~~~~
helloworld.cpp:7:5: error: expected ‘}’ at end of input
helloworld.cpp:6:1: note: to match this ‘{’
6 | {
| ^