2.有一列数1,1,2,3,5,........求第30个数.
3. 程序设计: 猫大叫一声,所有的老鼠都开始逃跑,主人被惊醒。
4.有一个字符串 "I am a good man",设计一个函数,返回 "man good a am I"。
5.A、B、C、D、E五名学生有可能参加计算机竞赛,根据下列条件判断哪些
人参加了竞赛:
(1)A参加时,B也参加;
(2)B和C只有一个人参加;
(3)C和D或者都参加,或者都不参加;
(4)D和E中至少有一个人参加;
(5)如果E参加,那么A和D也都参加。
6.题目:
a user entered an integer value into a text box. Without using
a buit-in library, convert the numeric string to its integer
representation.
原文地址:http://www.cnblogs.com/zhangchenliang/p/3699644.html