Compile Error

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

信息

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