修改后编程题概要

难度1循环构造计算s=1-2!+3!-4!+-10!的值并输出。-3301819#include<stdio.h>voidmain(){intn,t=1,f=-1;intsum=0;for(n=1;n

腾讯文库修改后编程题概要修改后编程题概要