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