大一新生求助一道编程题!DDL就在明天,拜托了!!不好意思题目是英文的,但很容易看懂!
Write a C program that accepts a positive integer n less than 50 from the terminal and prints out the sum 1^4 +2^4 +4^4 +7^4 +11^4 +···+m^4, where m is less than or equal to n. If the input is outside the range, the program terminates with appropriate message. [此贴子已经被作者于2020-4-27 18:13编辑过]