Compile Error

/in/foo.cc:1:1: error: 'include' does not name a type
 include<bits/stdc++.h>
 ^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:6:2: error: 'cin' was not declared in this scope
  cin>>n;
  ^~~
/in/foo.cc:9:3: error: 'cout' was not declared in this scope
   cout<<1;
   ^~~~
/in/foo.cc:13:3: error: 'cout' was not declared in this scope
   cout<<0;
   ^~~~

信息

递交者
类型
递交
题目
P2335 1.4.6:判断是否为两位数
比赛
2025.1.1初级班结业测试
语言
C++
递交时间
2025-01-01 08:15:07
评测时间
2025-01-01 08:15:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes