-
加注释时,有
/*
却没有*/
与之配对。 -
move, ws, div, pipe, y1, y2, x1, x2
不可作为变量名、函数名等。 -
注意空间限制(一定要利用
fprintf (stderr, "%.3lf MB\n", (&Memory_Begins - &Memory_Ends) / 1048576.0);
计算!!!1)
加注释时,有 /*
却没有 */
与之配对。
move, ws, div, pipe, y1, y2, x1, x2
不可作为变量名、函数名等。
注意空间限制(一定要利用 fprintf (stderr, "%.3lf MB\n", (&Memory_Begins - &Memory_Ends) / 1048576.0);
计算!!!1)