foo.cc:2:2: error: "1nclude" after # is not a positive integer
2 | #1nclude<iostream>
| ^~~~~~~
foo.cc: In function 'int main()':
foo.cc:5:3: error: 'cout' was not declared in this scope
5 | cout<<"A"<<end1<<"AA"<<end1<<"AAA"<<end1<<"AAAA"<<end1;
| ^~~~
foo.cc:1:1: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
+++ |+#include <iostream>
1 | using namespace std;
foo.cc:5:14: error: 'end1' was not declared in this scope
5 | cout<<"A"<<end1<<"AA"<<end1<<"AAA"<<end1<<"AAAA"<<end1;
| ^~~~
[Hydro](https://hydro.ac)提供评测服务