Problem helloworld
User Chetansai
Submission Time 2026-06-26 16:36:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:1: error: ‘String’ was not declared in this scope
5 | String a = "Hello World" ;
| ^~~~~~
helloworld.cpp:6:8: error: expected ‘;’ before ‘result’
6 | String result = a ;
| ^~~~~~~
| ;
helloworld.cpp:7:10: error: ‘result’ was not declared in this scope
7 | cout<< result ;
| ^~~~~~