1. 首页
  2. 数据库
  3. 其它
  4. prime_number_test 源码

prime_number_test 源码

上传者: 2021-04-27 11:45:34上传 ZIP文件 6.18KB 热度 8次
概要 该项目要求您实施一个简单的素数测试。 回想一下,如果n的除数是1及其本身(我们不认为1是质数),则n> 1是质数。 这是您可以从中学到的东西: Looping and conditional constructs. How to make programs that play well with others (cf. the unix philosophy). A little bit about some nifty unix tools like awk and bash. 评分重要注意事项 一如既往, Code that does not compile will receive a 0. Please follow the submission instructions carefully! 细节 这次,您的程序将不会那么健谈。 该程序将等待您键入一个整数,然后输出0
下载地址
用户评论