记录详情

Compile Error

foo.cc:1:2: error: invalid preprocessing directive #incIude; did you mean #include?
 #incIude <iostream>
  ^~~~~~~
  include
foo.cc:7:10: warning: missing terminating " character
    cout<<"Hello,Wrold!;
          ^
foo.cc:7:10: error: missing terminating " character
    cout<<"Hello,Wrold!;
          ^~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:7:4: error: 'cout' was not declared in this scope
    cout<<"Hello,Wrold!;
    ^~~~
foo.cc:9:4: error: expected primary-expression before 'return'
    return o;
    ^~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
p1006 求门票的总价
语言
C++
递交时间
2021-10-23 19:21:33
评测时间
2021-10-23 19:21:33
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes