(1)debug调试
(2)printf( )语句跟踪
#include<stdlib.h>
#include<time.h>
srand(time(0)); int a = rand( )%100+1;
#include<math.h> double pow(double x, double y);
C语言学习记录_2019.02.05
原文:https://www.cnblogs.com/Bran-don/p/10353355.html