Compile Error

/in/foo.cc:1:2: error: invalid preprocessing directive #incluude
 #incluude<bits/stdc++.h>
  ^~~~~~~~
/in/foo.cc:3:1: error: 'string' does not name a type
 string s;
 ^~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:5:2: error: 'cin' was not declared in this scope
  cin>>s;
  ^~~
/in/foo.cc:5:7: error: 's' was not declared in this scope
  cin>>s;
       ^
/in/foo.cc:9:2: error: 'cout' was not declared in this scope
  cout<<s;
  ^~~~

信息

递交者
类型
自测
题目
P1171 加密
语言
C++
递交时间
2024-07-17 18:44:01
评测时间
2024-07-17 18:44:01
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes