搜索资源列表
c100exercise
- c语言上机练习100题:一个非常有助于C语言初学者提高的程序集。-c language exercises on the machine 100 Title: A very useful in C language for beginners to improve the procedures for collection.
c-language
- 全国二级c语言上机题库,共有100题可供参考,很详细哦~-National two-on c language exam, a total of 100 questions for reference, in great detail Oh ~
浙江大学c程上机10012题
- 程序填空,不要改变与输入输出有关的语句。 编写一个函数,利用参数传入一个3位数number,找出101~number之间所有满足下列两个条件的数: 它是完全平方数,又有两位数字相同,如144、676等,函数返回找出这样的数据的个数。请同时编写主函数。 例:(括号内为说明) 输入 3 (repeat=3) 150 500 999 输出 count=2 count=6 count=8