题解列表

筛选

大神老白 (C语言代码)

摘要:解题思路:直接运用绝对值函数转化。注意事项:参考代码:#include <stdio.h>#include<math.h>int main (){ int n,i,a,sum=0; while(sca……