/ OPS /

记录详情

Compile Error

/in/foo.cc:1:9: error: #include expects "FILENAME" or <FILENAME>
    1 | #include&ltiostream&gt
      |         ^
/in/foo.cc:4:11: error: stray '\342' in program
    4 | cout&lt&lt”hello world!\n”;
      |           ^
/in/foo.cc:4:12: error: stray '\200' in program
    4 | cout&lt&lt”hello world!\n”;
      |            ^
/in/foo.cc:4:13: error: stray '\235' in program
    4 | cout&lt&lt”hello world!\n”;
      |             ^
/in/foo.cc:4:26: error: stray '\' in program
    4 | cout&lt&lt”hello world!\n”;
      |                          ^
/in/foo.cc:4:28: error: stray '\342' in program
    4 | cout&lt&lt”hello world!\n”;
      |                            ^
/in/foo.cc:4:29: error: stray '\200' in program
    4 | cout&lt&lt”hello world!\n”;
      |                             ^
/in/foo.cc:4:30: error: stray '\235' in program
    4 | cout&lt&lt”hello world!\n”;
      |                              ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:4:1: error: 'cout' was not declared in this scope
    4 | cout&lt&lt”hello world!\n”;
      | ^~~~
/in/foo.cc:1:1: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
  +++ |+#include <iostream>
    1 | #include&ltiostream&gt
/in/foo.cc:4:6: error: 'lt' was not declared in this scope
    4 | cout&lt&lt”hello world!\n”;
      |      ^~

信息

递交者
类型
递交
题目
P1048 注释
语言
C++
递交时间
2024-09-24 08:50:42
评测时间
2024-09-24 08:50:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes