/ 晓编程 /

记录详情

Compile Error

/in/foo.cc:5:13: warning: missing terminating " character
     cout << "麻瓜”
             ^
/in/foo.cc:5:13: error: missing terminating " character
     cout << "麻瓜”
             ^~~~~~~~~~
/in/foo.cc:6:11: error: stray '\357' in program
   return 0;
           ^
/in/foo.cc:6:12: error: stray '\274' in program
   return 0;
            ^
/in/foo.cc:6:13: error: stray '\233' in program
   return 0;
             ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:5:5: error: 'cout' was not declared in this scope
     cout << "麻瓜”
     ^~~~
/in/foo.cc:6:3: error: expected primary-expression before 'return'
   return 0;
   ^~~~~~

信息

递交者
类型
递交
题目
P1001 德思礼糟糕的一天
语言
C++
递交时间
2020-03-08 19:39:15
评测时间
2020-03-08 19:39:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes