Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:13: error: 'Hello' was not declared in this scope
     cout << Hello, World!<< endl;
             ^~~~~
/in/foo.cc:7:20: error: 'World' was not declared in this scope
     cout << Hello, World!<< endl;
                    ^~~~~

信息

递交者
类型
递交
题目
P2240 1.1.1Hello, World!
语言
C++
递交时间
2024-10-19 09:35:56
评测时间
2024-10-19 09:35:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes