记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:2:23: error: unable to find string literal operator 'operator""Hello' with 'const char [1]', 'long unsigned int' arguments
 int main(){std::cout<<""Hello, World"";return 0;}
                       ^~~~~~~
/in/foo.cc:2:32: error: 'World' was not declared in this scope
 int main(){std::cout<<""Hello, World"";return 0;}
                                ^~~~~

信息

递交者
类型
递交
题目
P1000 初题(first)
语言
C++
递交时间
2024-10-09 17:22:04
评测时间
2024-10-09 17:22:04
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes