Compile Error

foo.cc:2:1: error: stray '##' in program
    2 | ##includein  <iostream>
      | ^~
foo.cc:2:3: error: 'includein' does not name a type
    2 | ##includein  <iostream>
      |   ^~~~~~~~~
foo.cc: In function 'int isContain(int)':
foo.cc:15:16: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   15 |   for(int i=0;i<strlen(s);i++)
      |               ~^~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:30:2: error: 'cin' was not declared in this scope
   30 |  cin>>A>>B;
      |  ^~~
foo.cc:5:1: note: 'std::cin' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
    4 | #include <cstring>
  +++ |+#include <iostream>
    5 | 
foo.cc:41:2: error: 'cout' was not declared in this scope
   41 |  cout<<temp<<" "<<sum1<<" "<<sum2;
      |  ^~~~
foo.cc:41:2: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1157 感兴趣的数字
语言
C++
递交时间
2021-12-27 18:55:17
评测时间
2021-12-27 18:55:17
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes