Pascal学生管理
摘要:1 program Project2; 2 3 {$APPTYPE CONSOLE} 4 5 uses 6 SysUtils; 7 8 const N=2;M=3; 9 type 10 11 date=record 12 day:1..31; 13 month:1..12; 14 year:1970..1999; 15...
阅读全文
posted @ 2017-01-20 10:45
posted @ 2017-01-20 10:45
posted @ 2017-01-20 10:43
posted @ 2017-01-20 10:42
posted @ 2017-01-20 10:40
posted @ 2017-01-20 10:38
posted @ 2017-01-20 10:36
posted @ 2017-01-20 10:34