记录详情

Compile Error

foo.cc:1:2: error: invalid preprocessing directive #incldue; did you mean #include?
    1 | #incldue<iostream>
      |  ^~~~~~~
      |  include
foo.cc: In function 'int main()':
foo.cc:7:2: error: 'cin' was not declared in this scope
    7 |  cin>>n;
      |  ^~~
foo.cc:1:1: note: 'std::cin' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
  +++ |+#include <iostream>
    1 | #incldue<iostream>
foo.cc:15:2: error: 'cout' was not declared in this scope
   15 |  cout<<count<<endl;
      |  ^~~~
foo.cc:15:2: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
foo.cc:15:15: error: 'endl' was not declared in this scope
   15 |  cout<<count<<endl;
      |               ^~~~
foo.cc:1:1: note: 'std::endl' is defined in header '<ostream>'; did you forget to '#include <ostream>'?
  +++ |+#include <ostream>
    1 | #incldue<iostream>
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1089 xf2-2计算阶乘位数
语言
C++
递交时间
2022-04-05 17:17:24
评测时间
2022-04-05 17:17:24
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes