Problem helloworld
User Ninjatobs
Submission Time 2026-06-23 09:44:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function β€˜int main()’:
helloworld.cpp:4:11: error: expected initializer before β€˜==’ token
4 | string a == "hello world"
| ^~