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

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:8:25: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’?
8 | std::string Greeting = Hello World;
| ^~~~~
| ftello
exam.cpp:9:15: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’})
9 | std::cout >> Greeting;
| ~~~~~~~~~ ^~ ~~~~~~~~
| | |
| | std::string {aka std::__cxx11::basic_string<char>}
| std::ostream {aka std::basic_ostream<char>}
In file included from /usr/include/c++/9/string:56,
from /usr/include/c++/9/bits/locale_classes.h:40,
from /usr/include/c++/9/bits/ios_base.h:41,
from /usr/include/c++/9/ios:42,
from /usr/include/c++/