...california to the hamptons and I Sip from my water fountain that dispenses soda Look out the window and wave at my next door neighbor opera huh ...
分類:電腦與網際網路 > 程式設計 2011年10月29日
#include <stdio.h> int main() { int total,fifty,twenty,ten; do { printf("請輸入投入金額 :"); scanf("%d",&total); }while(total<10||total%10!=0); fifty=total/50; total=total-fifty*50; twenty=total/20; total=total-twenty*20; ten=total/10; printf("50:%d 20...
分類:電腦與網際網路 > 程式設計 2005年08月29日