编号

页码和行数

更正前

更正后

1

P202-14行第3

31

-31

 

2

P734.4程序的第6

P74两个程序的第6

scanf("%d", &a, &b);

scanf("%d%d", &a, &b);

 

3

P2337.11中程序第48行注释

//这样比较表示按降序排序

//这样比较表示按升序排序