prime_number_test

时间:2024-04-26 06:07:42
【文件属性】:
文件名称:prime_number_test
文件大小:6KB
文件格式:ZIP
更新时间:2024-04-26 06:07:42
概要 该项目要求您实施一个简单的素数测试。 回想一下,如果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
【文件预览】:
prime_number_test-main
----code(2KB)
----README.md(11KB)

网友评论