foo.cc:1:9: error: #include expects "FILENAME" or <FILENAME>
1 | #include
| ^
foo.cc:3:9: error: #include expects "FILENAME" or <FILENAME>
3 | #include
| ^
foo.cc: In function 'void Print(long int, long int)':
foo.cc:19:1: error: 'cout' was not declared in this scope
19 | cout
| ^~~~
foo.cc:1:1: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
+++ |+#include <iostream>
1 | #include
foo.cc:19:1: error: expected '}' at end of input
19 | cout
| ^~~~
foo.cc:17:1: note: to match this '{'
17 | {
| ^
foo.cc:19:1: error: expected '}' at end of input
19 | cout
| ^~~~
foo.cc:13:1: note: to match this '{'
13 | {
| ^
[Hydro](https://hydro.ac)提供评测服务