猿问

没弄明白哪里有错误?请教?


慕瓜7417558
浏览 1030回答 2
2回答

半枯

main后面接的是大括号,方法体是要在大括号里的

叫我皮卡丘

#include<stdio.h> int main(){     int price;     printf("请输入金额(元)");     scanf("%d",&price);     int change = 100 - price;     printf("找您%d元\n",change);     return 0; }
随时随地看视频慕课网APP
我要回答