Compile Error

/in/foo.c:1:2: error: unknown type name 'using'
  using namespace std;
  ^~~~~
/in/foo.c:1:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'std'
  using namespace std;
                  ^~~
/in/foo.c:2:21: fatal error: iostream: No such file or directory
 # include <iostream>
                     ^
compilation terminated.

信息

递交者
类型
递交
题目
P1001 打印字符
语言
C
递交时间
2023-09-24 18:01:34
评测时间
2023-09-24 18:01:34
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes