记录详情

Compile Error

foo.cc:1:1: error: 'clude' does not name a type
 clude <iostream>
 ^~~~~
foo.cc: In function 'int main()':
foo.cc:6:2: error: 'cin' was not declared in this scope
  cin>>n>>k;
  ^~~
foo.cc:6:2: note: suggested alternative: 'main'
  cin>>n>>k;
  ^~~
  main
foo.cc:9:3: error: 'cout' was not declared in this scope
   cout<<"12";
   ^~~~
foo.cc:15:3: error: 'cout' was not declared in this scope
   cout<<n-k<<endl;
   ^~~~
foo.cc:15:3: note: suggested alternative: 'cnt'
   cout<<n-k<<endl;
   ^~~~
   cnt
foo.cc:15:14: error: 'endl' was not declared in this scope
   cout<<n-k<<endl;
              ^~~~
foo.cc:15:14: note: suggested alternative: 'enum'
   cout<<n-k<<endl;
              ^~~~
              enum
foo.cc:46:2: error: 'cout' was not declared in this scope
  cout<<cnt<<endl;
  ^~~~
foo.cc:46:2: note: suggested alternative: 'cnt'
  cout<<cnt<<endl;
  ^~~~
  cnt
foo.cc:46:13: error: 'endl' was not declared in this scope
  cout<<cnt<<endl;
             ^~~~
foo.cc:46:13: note: suggested alternative: 'enum'
  cout<<cnt<<endl;
             ^~~~
             enum
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1281 数位之积
比赛
2021苏青奥赛集训营(2021/7/25训练赛)
语言
C++
递交时间
2021-07-25 11:17:57
评测时间
2021-07-25 11:17:57
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes