c语言编程作业 输入一个整数,求他的相反数并输出 急急急 在线等

2024-11-15 10:21:59
推荐回答(1个)
回答1:

int cou;
scanf("%d",&cou);
printf("相反数为:%d",0 - cou);