记录详情

Compile Error

foo.cc:1:2: error: invalid preprocessing directive #ilude; did you mean #include?
 #ilude <iostream>
  ^~~~~
  include
foo.cc: In function 'int main()':
foo.cc:6:2: error: 'cin' was not declared in this scope
  cin>>x;
  ^~~
foo.cc:6:2: note: suggested alternative: 'main'
  cin>>x;
  ^~~
  main
foo.cc:9:3: error: 'cout' was not declared in this scope
   cout<<1;
   ^~~~
foo.cc:13:3: error: 'cout' was not declared in this scope
   cout<<2;
   ^~~~
foo.cc:17:3: error: 'cout' was not declared in this scope
   cout<<3;
   ^~~~
foo.cc:21:3: error: 'cout' was not declared in this scope
   cout<<4;
   ^~~~
foo.cc:25:3: error: 'cout' was not declared in this scope
   cout<<5;
   ^~~~
foo.cc:27:11: error: 'nc' was not declared in this scope
  return 0;nc
           ^~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
p1023 几位数
语言
C++
递交时间
2021-11-28 13:34:27
评测时间
2021-11-28 13:34:27
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes