Problem exam
User Devthethala
Submission Time 2026-06-22 16:16:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:8:18: error: expected initializer before string constant
8 | string Greeting "Hello World";
| ^~~~~~~~~~~~~
exam.cpp:9:13: error: ‘Greeting’ was not declared in this scope
9 | cout >> Greeting;
| ^~~~~~~~