我的第一个C文件的问题

问题遇到的现象和发生背景

第一个c文件,来个“开门红”

用代码块功能插入代码,请勿粘贴截图
#include 
using namespace std;
printf("Hello,C!");

运行结果及报错内容

[Error] iostream: No such file or dictionary compilation terminated

我的解答思路和尝试过的方法

无(毕竟我也不知道怎么办)

我想要达到的结果

成功输出

#include
using namespace std
这2句是c++的代码。
printf要放到函数里,却入口main函数。
c输入输出用stdio.h.