作者ric2k1 (Ric)
看板EE_DSnP
标题[公告] Homework #1 Problem-3 更正
时间Sun Oct 1 22:26:57 2006
Please note that there is a typo in Problem-3:
11 void g()
12 {
13 int j[30];
14 for (int m = 0; m < 30; ++m)
15 j[30] = 0;
16 }
==> Line 15 should be:
15 j[m] = 0;
I will upload the source code and homework assignment (word & pdf)
immediately.
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 59.121.131.157