[ create a new paste ] login | about

Link: http://codepad.org/WOp3kEmn    [ raw code | fork ]

C, pasted on Aug 31:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
#include <stdio.h>
#include <stdlib.h>
#include <time.h>

int main(int argc, char*argv [])
{   long max =100, min=0; int sobimat =0, so=0, chedo=0, capdo =0, dem=0,choitiep=0, ketthuc =0,mnc=1, hnc=2; int a=0,b=0,c=0;
    do
    {
          printf (" chao mung ban den voi tro choi DOAN SO BI MAT \n");
    printf (" moi ban lua chon che do mot nguoi choi hay hai nguoi choi \n");
    printf (" ban cac so bat ki tu 1 - 5 de chon che do mot nguoi choi va nhap cac so 6 - 10 de chon che do 2 nguoi choi \n");
    scanf ("%d", &chedo);
    if (chedo >=1 && chedo <=5)
    {
        printf (" ban da chon che do mot nguoi choi thanh cong \n");
        printf (" chuong trinh dang load... \n");
        printf (" moi ban nhap mot so bat ki de tiep tuc \n");
        system ("PAUSE");
        printf (" moi ban chon cap do de choi ( tu cap do 1 - 4 )\n");
        scanf ("%d", &capdo);
        switch (capdo)
        {
            case 1:
            printf (" cap do mot doan cac so tu 0 den 100 \n");
            printf (" moi ban doan ^_^ \n");
            srand (time(NULL));
            sobimat = (rand ()% (max - min + 1) +min);
            do
            {
                dem++;
                printf (" so bi mat la bao nhieu :p \n");
                scanf ("%d",&so);
                if (so >sobimat)
                {
                    printf (" nho hon \n");
                }
                else if (so <sobimat)
                {
                    printf (" lon hon \n");
                }
                else
                {
                    printf (" chuc mung ban da doan dung trong %d lan *tung bong* \n",dem);
                }
            } while (so !=sobimat);
            printf (" \n \n"); // cach de quan man.....................................................................
            printf (" ban muon choi tiep hay dung lai? \n \n bam 1 de thu thach cap do kho hon va 2 de dung lai \n");
            scanf ("%d", &a);
    while (a !=2)
    {
            printf (" chuc mung ban da qua cap do 1 va gio la den cap do 2 \n");
            printf (" \n \n");
            printf (" nhan enter hay mot phim bat ki de qua man 2");
            system ("PAUSE");
                max = 1000;
                dem++;
            printf (" cap do hai doan cac so tu 0 den 1000 \n");
            printf (" moi ban doan ^_^ \n");
            srand (time(NULL));
            sobimat = (rand ()% (max - min + 1) +min);
            do
            {
                printf (" so bi mat la bao nhieu :p \n");
                scanf ("%d",&so);
                if (so >sobimat)
                {
                    printf (" nho hon \n");
                }
                else if (so <sobimat)
                {
                    printf (" lon hon \n");
                }
                else
                {
                    printf (" chuc mung ban da doan dung trong %d lan *tung bong* \n",dem);
                }
            } while (so !=sobimat);
            printf (" \n \n"); // cach de qua man....................................................................
            printf (" ban muon choi tiep hay dung lai? \n \n bam 1 de thu thach cap do kho hon va 2 de dung lai \n");
            scanf ("%d", &b);
    while (b !=2)
{

            printf (" chuc mung ban da qua cap do 2, va gio la cap do 3 \n");
            printf (" nhan enter hoac mot phim bat ki de qua man 3 \n");
            system ("PAUSE");
                max =10000;
                dem++;
            printf (" cap do ba doan cac so tu 0 den 10000 \n");
            printf (" moi ban doan ^_^ \n");
            srand (time(NULL));
            sobimat = (rand ()% (max - min + 1) +min);
            do
            {
                printf (" so bi mat la bao nhieu :p \n");
                scanf ("%d",&so);
                if (so >sobimat)
                {
                    printf (" nho hon \n");
                }
                else if (so <sobimat)
                {
                    printf (" lon hon \n");
                }
                else
                {
                    printf (" chuc mung ban da doan dung trong %d lan *tung bong* \n",dem);
                }
            } while (so !=sobimat);
            printf (" \n \n"); // cach de qua man......................................................................
            printf (" ban muon choi tiep hay dung lai? \n \n bam 1 de thu thach cap do kho hon va 2 de dung lai \n");
            scanf ("%d", &c);
    while (c !=2)
    {

             printf (" chuc mung ban da qua cap do 3, va gio la den cap do 4, cap do cuoi cung \n");
             printf (" nhan enter de chinh phuc cap do 4 nao    \n");
             system ("PAUSE");
                max =100000;
                dem++;
            printf (" cap do bon doan cac so tu 0 den 100000 \n");
            printf (" moi ban doan ^_^ \n");
            srand (time(NULL));
            sobimat = (rand ()% (max - min + 1) +min);
            do
            {
                printf (" so bi mat la bao nhieu :p \n");
                scanf ("%d",&so);
                if (so >sobimat)
                {
                    printf (" nho hon \n");
                }
                else if (so <sobimat)
                {
                    printf (" lon hon \n");
                }
                else
                {
                    printf (" chuc mung ban da doan dung trong %d lan *tung bong* \n", dem);
                }
            } while (so !=sobimat);
}           printf (" \n \n");
}           printf (" \n \n");
    }
            break;
            case 2:
                max =1000;
                dem++;
            printf (" cap do hai doan cac so tu 0 den 1000 \n");
            printf (" moi ban doan ^_^ \n");
            srand (time(NULL));
            sobimat = (rand ()% (max - min + 1) +min);
            do
            {
                printf (" so bi mat la bao nhieu :p \n");
                scanf ("%d",&so);
                if (so >sobimat)
                {
                    printf (" nho hon \n");
                }
                else if (so <sobimat)
                {
                    printf (" lon hon \n");
                }
                else
                {
                    printf (" chuc mung ban da doan dung trong %d lan *tung bong* \n",dem);
                }
            } while (so !=sobimat);
            printf (" \n \n"); // cach de qua man....................................................................
            printf (" ban muon choi tiep hay dung lai? \n \n bam 1 de thu thach cap do kho hon va 2 de dung lai \n");
            scanf ("%d", &a);
    while (a !=2)
    {

            printf (" chuc mung ban da qua cap do 2, va gio la den cap do 3 \n");
            printf (" \n \n"); // cach de qua man.....................................................................
            printf (" ban muon choi tiep hay dung lai? \n \n bam 1 de thu thach cap do kho hon va 2 de dung lai \n");
            scanf ("%d", &b);
    while (b !=2)
    {

            printf (" ban bam enter hay mot phim bat ki de tiep tuc \n");
            system ("PAUSE");
            max =10000;
            dem++;
            printf (" cap do ba doan cac so tu 0 den 10000 \n");
            printf (" moi ban doan ^_^ \n");
            srand (time(NULL));
            sobimat = (rand ()% (max - min + 1) +min);
            do
            {
                printf (" so bi mat la bao nhieu :p \n");
                scanf ("%d",&so);
                if (so >sobimat)
                {
                    printf (" nho hon \n");
                }
                else if (so <sobimat)
                {
                    printf (" lon hon \n");
                }
                else
                {
                    printf (" chuc mung ban da doan dung trong %d lan *tung bong* \n",dem);
                }
            } while (so !=sobimat);
            printf (" \n \n"); // cach de qua man..................................................................
             printf (" ban muon choi tiep hay dung lai? \n \n bam 1 de thu thach cap do kho hon va 2 de dung lai \n");
            scanf ("%d", &c);
    while (c !=2)
    {

            printf (" chuc mung ban da qua cap do 3, va gio den cap do 4, cap do cuoi cung \n");
            printf (" ban bam enter de chinh phuc cap do 4 nao \n");
            system ("PAUSE");
            max =100000;
                dem++;
            printf (" cap do bon doan cac so tu 0 den 100000 \n");
            printf (" moi ban doan ^_^ \n");
            srand (time(NULL));
            sobimat = (rand ()% (max - min + 1) +min);
            do
            {
                printf (" so bi mat la bao nhieu :p \n");
                scanf ("%d",&so);
                if (so >sobimat)
                {
                    printf (" nho hon \n");
                }
                else if (so <sobimat)
                {
                    printf (" lon hon \n");
                }
                else
                {
                    printf (" chuc mung ban da doan dung trong %d lan *tung bong* \n", dem);
                }
            } while (so !=sobimat);
    }
    }
    }
            break;
            case 3:
                max =10000;
                dem++;
            printf (" cap do ba doan cac so tu 0 den 10000 \n");
            printf (" moi ban doan ^_^ \n");
            srand (time(NULL));
            sobimat = (rand ()% (max - min + 1) +min);
            do
            {
                printf (" so bi mat la bao nhieu :p \n");
                scanf ("%d",&so);
                if (so >sobimat)
                {
                    printf (" nho hon \n");
                }
                else if (so <sobimat)
                {
                    printf (" lon hon \n");
                }
                else
                {
                    printf (" chuc mung ban da doan dung trong %d lan *tung bong* \n",dem);
                }
            } while (so !=sobimat);
            printf (" \n \n"); // cach de quan man....................................................................
             printf (" ban muon choi tiep hay dung lai? \n \n bam 1 de thu thach cap do kho hon va 2 de dung lai \n");
            scanf ("%d", &c);
    while (c !=2)
    {

            printf (" chuc mung ban da qua cap do 3, va gio den cap do 4, cap do cuoi cung \n");
            printf (" ban bam enter de chinh phuc cap do 4 nao \n");
            system ("PAUSE");
            max =100000;
                dem++;
            printf (" cap do bon doan cac so tu 0 den 100000 \n");
            printf (" moi ban doan ^_^ \n");
            srand (time(NULL));
            sobimat = (rand ()% (max - min + 1) +min);
            do
            {
                printf (" so bi mat la bao nhieu :p \n");
                scanf ("%d",&so);
                if (so >sobimat)
                {
                    printf (" nho hon \n");
                }
                else if (so <sobimat)
                {
                    printf (" lon hon \n");
                }
                else
                {
                    printf (" chuc mung ban da doan dung trong %d lan *tung bong* \n", dem);
                }
            } while (so !=sobimat);
    }
            break;
             case 4:
                max =100000;
                dem++;
                printf (" chinh phuc cap do 4 ngay tu dau sao, WOW ban that tuyet voi, nao nhan enter de chinh phuc nao \n");
                system ("PAUSE");
            printf (" cap do bon doan cac so tu 0 den 100000 \n");
            printf (" moi ban doan ^_^ \n");
            srand (time(NULL));
            sobimat = (rand ()% (max - min + 1) +min);
            do
            {
                printf (" so bi mat la bao nhieu :p \n");
                scanf ("%d",&so);
                if (so >sobimat)
                {
                    printf (" nho hon \n");
                }
                else if (so <sobimat)
                {
                    printf (" lon hon \n");
                }
                else
                {
                    printf (" chuc mung ban da doan dung trong %d lan *tung bong* \n", dem);
                }
            } while (so !=sobimat);
            break;
            default: printf (" ban nhap sai roi, bam so tu 1 den 4 co ma :p \n");
        }
    }
    else if (chedo >5 && chedo <=10)
       {
        printf (" ban da chon che do hai nguoi choi thanh cong \n");
    printf (" chuong trinh dang load.. \n");
    printf (" moi ban nhap mot so bat ki de tiep tuc \n");
    system ("PAUSE");
    printf (" moi ban chon do kho ( tu cap do 1 - 4) \n");
    scanf ("%d", &capdo);
    switch (capdo)
    {
        case 1:
            printf (" ban da chon cap do 1 thanh cong, cap do 1 se co cac con so tu 0 - 100");
            printf (" moi nguoi choi 1 nhap so bi mat \n");
            scanf ("%d", &sobimat);
            printf (" \n \n \n \n \n \n \n \n \n \n");printf (" \n \n \n \n \n \n \n \n \n \n");printf (" \n \n \n \n \n \n \n \n \n \n");
            printf (" ban da nhap xong so bi mat, moi nguoi choi 2 doan so bi mat \n");
            do
            {
                dem++;
                scanf ("%d",&so);
                if (so >sobimat)
                {
                    printf (" nho hon \n");
                }
                else if ( so< sobimat)
                {
                    printf (" lon hon \n");
                }
                else printf (" chuc mung ban da doan trung so bi mat trong %d lan \n", dem);
            } while (so != sobimat);
            break;
        case 2:
            max = 1000;
            printf (" ban da chon cap do 2 thanh cong, cap do 2 se co cac con so tu 0 - 1000");
            printf (" moi nguoi choi 1 nhap so bi mat \n");
            scanf ("%d", &sobimat);
            printf (" \n \n \n \n \n \n \n \n \n \n");printf (" \n \n \n \n \n \n \n \n \n \n");printf (" \n \n \n \n \n \n \n \n \n \n");
             printf (" ban da nhap xong so bi mat, moi nguoi choi 2 doan so bi mat \n");
            do
            {
                dem++;

                scanf ("%d",&so);
                if (so >sobimat)
                {
                    printf (" nho hon \n");
                }
                else if ( so< sobimat)
                {
                    printf (" lon hon \n");
                }
                else printf (" chuc mung ban da doan trung so bi mat trong %d lan \n", dem);
            } while (so != sobimat);
            break;
        case 3:
            max = 10000;
            printf (" ban da chon cap do 3 thanh cong, cap do 2 se co cac con so tu 0 - 10000");
            printf (" moi nguoi choi 1 nhap so bi mat \n");
            scanf ("%d", &sobimat);
            printf (" \n \n \n \n \n \n \n \n \n \n");printf (" \n \n \n \n \n \n \n \n \n \n");printf (" \n \n \n \n \n \n \n \n \n \n");
            printf (" ban da nhap xong so bi mat, moi nguoi choi 2 doan so bi mat \n");
            do
            {
                dem++;

                scanf ("%d",&so);
                if (so >sobimat)
                {
                    printf (" nho hon \n");
                }
                else if ( so< sobimat)
                {
                    printf (" lon hon \n");
                }
                else printf (" chuc mung ban da doan trung so bi mat trong %d lan \n", dem);
            } while (so != sobimat);
            break;
        case 4:
            max = 100000;
            printf (" ban da chon cap do 4 thanh cong, cap do 2 se co cac con so tu 0 - 100000");
            printf (" moi nguoi choi 1 nhap so bi mat \n");
            scanf ("%d", &sobimat);
            printf (" \n \n \n \n \n \n \n \n \n \n");printf (" \n \n \n \n \n \n \n \n \n \n");printf (" \n \n \n \n \n \n \n \n \n \n");
            printf (" ban da nhap xong so bi mat, moi nguoi choi 2 doan so bi mat \n");
            do
            {
                dem++;

                scanf ("%d",&so);
                if (so >sobimat)
                {
                    printf (" nho hon \n");
                }
                else if ( so< sobimat)
                {
                    printf (" lon hon \n");
                }
                else printf (" chuc mung ban da doan trung so bi mat trong %d lan \n", dem);
            } while (so != sobimat);
            break;
            default: printf (" ban nhap sai roi, nhap tu 1 - 4 co ma :P  \n");
    }
       }
    else
        { printf (" ban nhap sai roi, nhap so 1 de choi 1 nguoi va nhap 2 de choi 2 nguoi co ma :P \n");}
    system ("PAUSE");
    printf (" ban co muon choi lai khong? \n");
    printf (" bam 1 de ket thuc va so bat ki de choi lai \n");
    scanf ("%d",&ketthuc);
    } while (ketthuc !=1);
    return 0;
}


Create a new paste based on this one


Comments: