c语言中常用库函数
#include<stdio.h>#include<string.h>#include<math.h>main() { char c; int i,j,k,s; int m; double a; s
c语言中常用库函数