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)提供评测服务