Compile Error

foo.cc:1:1: error: 'include' does not name a type
    1 | include<iostream>
      | ^~~~~~~
foo.cc: In function 'int main()':
foo.cc:6:9: error: 'cin' was not declared in this scope
    6 |         cin>>n;
      |         ^~~
foo.cc:8:17: error: 'cout' was not declared in this scope
    8 |                 cout<<"3"<<" "<<"5"<<" "<<"7";
      |                 ^~~~
foo.cc:11:17: error: 'cout' was not declared in this scope
   11 |                 cout<<"3"<<" "<<"5";
      |                 ^~~~
foo.cc:14:17: error: 'cout' was not declared in this scope
   14 |                 cout<<"3"<<" "<<"7";
      |                 ^~~~
foo.cc:17:17: error: 'cout' was not declared in this scope
   17 |                 cout<<"5"<<" "<<"7";
      |                 ^~~~
foo.cc:20:17: error: 'cout' was not declared in this scope
   20 |                 cout<<"3";
      |                 ^~~~
foo.cc:23:17: error: 'cout' was not declared in this scope
   23 |                 cout<<"5";
      |                 ^~~~
foo.cc:26:17: error: 'cout' was not declared in this scope
   26 |                 cout<<"7";
      |                 ^~~~
foo.cc:28:17: error: 'cout' was not declared in this scope
   28 |                 cout<<"no";
      |                 ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1703 判断能否被3,5,7整除
语言
C++
递交时间
2023-06-10 16:51:58
评测时间
2023-06-10 16:51:58
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes