桃園高中非官方網站

 找回密碼
 立即註冊
搜索
查看: 1924|回復: 0
打印 上一主題 下一主題

先借我放一下

[複製鏈接]

0

主題

0

好友

-95

積分

限制會員

跳轉到指定樓層
一樓
發表於 2003-11-4 00:00:00 |只看該作者 |正序瀏覽
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
#include<string.h>
int main(void){
int numberijk;/*定義MNK*/
int p; /*定義迴圈數及包牌號碼*/
printf(請輸入包牌之MNK....n);
scanf(%d&number);
i=number/100; /*1到m*/
j=(number-i*100)/10; /*N組*/
k=(number-i*100)-j*10; /*K個*/
printf(請輸入包牌之固定號碼n);
char buy[i];
scanf(%sbuy);
/*開始找出包牌外的數字*/
int a;/*用於元素*/
a=strlen(buy);
int b[a];/*拿來放BUY*/
/*開始寫迴圈*/
for (p=1;p<=a;p++){
b[p]=p;
}
int f[i];
for (p=1;p<=i;p++){
f[p]=p;
}
/*挑出buy以外*/
char d[i];
for(p=1;p<=i;p++){
if (b[p]!=f[p]){
d[p]=p;
}
}
printf(以下是您所包牌的包牌號碼!n);
/*開始印出包牌號碼*/
int ppllkk;
for (p=1;p<=i;p++){
if(d[p]!=0){
pp=d[p]-i;
for (ll=d[p]+1;ll<=i;ll++){
printf(%s%d%dnbuyd[p]ll);
}
}
}
printf(祝君中大獎!!!!);
/*程式設計 BY: 桃園高中三年一班 李宗諺*/
/*Power By Yan. http://www.tysh.net*/
getch ();
return 0;
}
您需要登錄後才可以回帖 登錄 | 立即註冊

Archiver|手機版|桃園高中非官方網站

GMT+8, 2024-11-24 16:01 , Processed in 0.014604 second(s), 19 queries .

Powered by Discuz! Templates yeei! 桃園高中非官方網站版權所有 CopyRight © 2001-2013 Yan All Rights Reserved.

回頂部