怎么执行不了
#include"srdio.h"int main()
{
printf(Hello,world! I'm coming!\n");
return 0;
}
2016-05-12 22:33
程序代码:#include<stdio.h>
int main()
{
printf("Hello,world! I'm coming!\n");
return 0;
}

2016-05-12 22:45
2016-05-12 22:56
2016-05-12 23:05
2016-05-13 10:46
2016-05-13 15:16
2016-06-10 12:20
2016-06-10 13:52
2016-06-10 19:32