Compile Error

/in/foo.cc:1:2: error: invalid preprocessing directive #includ
 #includ<iostream>;
  ^~~~~~
/in/foo.cc:2:17: error: 'sted' is not a namespace-name
 using namespace sted;
                 ^~~~
/in/foo.cc:2:21: error: expected namespace-name before ';' token
 using namespace sted;
                     ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:7:2: error: 'cout' was not declared in this scope
  cout<<a;
  ^~~~

信息

递交者
类型
递交
题目
P1006 求长方形的周长和面积
语言
C++
递交时间
2023-10-28 13:32:06
评测时间
2023-10-28 13:32:06
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes