![]() |
#2
奇数层2022-09-05 19:14
回复 楼主 scx777
|
#include <stdio.h>
int main ()
{
int price = 0;
int change = 100-price;
printf("put in your money:");
scanf("%d",&price);
printf("%d",change);
return 0;
}