标签:
c语言forifstdio.h杂谈 |
分类: 程序算法 |
代码:
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
int main()
{
system("pause");
return
0;
}