fork(1) download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. int i = 99;
  6. while(i > 0)
  7. {
  8. printf("%d bottles of coke on the wall...", i);
  9. i = i - 1;
  10. printf("Take one down, pass it around, %d bottles of code of the wall \n", i);
  11. }
  12. return 0;
  13. }
Success #stdin #stdout 0s 15232KB
stdin
Standard input is empty
stdout
99 bottles of coke on the wall...Take one down, pass it around, 98 bottles of code of the wall 
98 bottles of coke on the wall...Take one down, pass it around, 97 bottles of code of the wall 
97 bottles of coke on the wall...Take one down, pass it around, 96 bottles of code of the wall 
96 bottles of coke on the wall...Take one down, pass it around, 95 bottles of code of the wall 
95 bottles of coke on the wall...Take one down, pass it around, 94 bottles of code of the wall 
94 bottles of coke on the wall...Take one down, pass it around, 93 bottles of code of the wall 
93 bottles of coke on the wall...Take one down, pass it around, 92 bottles of code of the wall 
92 bottles of coke on the wall...Take one down, pass it around, 91 bottles of code of the wall 
91 bottles of coke on the wall...Take one down, pass it around, 90 bottles of code of the wall 
90 bottles of coke on the wall...Take one down, pass it around, 89 bottles of code of the wall 
89 bottles of coke on the wall...Take one down, pass it around, 88 bottles of code of the wall 
88 bottles of coke on the wall...Take one down, pass it around, 87 bottles of code of the wall 
87 bottles of coke on the wall...Take one down, pass it around, 86 bottles of code of the wall 
86 bottles of coke on the wall...Take one down, pass it around, 85 bottles of code of the wall 
85 bottles of coke on the wall...Take one down, pass it around, 84 bottles of code of the wall 
84 bottles of coke on the wall...Take one down, pass it around, 83 bottles of code of the wall 
83 bottles of coke on the wall...Take one down, pass it around, 82 bottles of code of the wall 
82 bottles of coke on the wall...Take one down, pass it around, 81 bottles of code of the wall 
81 bottles of coke on the wall...Take one down, pass it around, 80 bottles of code of the wall 
80 bottles of coke on the wall...Take one down, pass it around, 79 bottles of code of the wall 
79 bottles of coke on the wall...Take one down, pass it around, 78 bottles of code of the wall 
78 bottles of coke on the wall...Take one down, pass it around, 77 bottles of code of the wall 
77 bottles of coke on the wall...Take one down, pass it around, 76 bottles of code of the wall 
76 bottles of coke on the wall...Take one down, pass it around, 75 bottles of code of the wall 
75 bottles of coke on the wall...Take one down, pass it around, 74 bottles of code of the wall 
74 bottles of coke on the wall...Take one down, pass it around, 73 bottles of code of the wall 
73 bottles of coke on the wall...Take one down, pass it around, 72 bottles of code of the wall 
72 bottles of coke on the wall...Take one down, pass it around, 71 bottles of code of the wall 
71 bottles of coke on the wall...Take one down, pass it around, 70 bottles of code of the wall 
70 bottles of coke on the wall...Take one down, pass it around, 69 bottles of code of the wall 
69 bottles of coke on the wall...Take one down, pass it around, 68 bottles of code of the wall 
68 bottles of coke on the wall...Take one down, pass it around, 67 bottles of code of the wall 
67 bottles of coke on the wall...Take one down, pass it around, 66 bottles of code of the wall 
66 bottles of coke on the wall...Take one down, pass it around, 65 bottles of code of the wall 
65 bottles of coke on the wall...Take one down, pass it around, 64 bottles of code of the wall 
64 bottles of coke on the wall...Take one down, pass it around, 63 bottles of code of the wall 
63 bottles of coke on the wall...Take one down, pass it around, 62 bottles of code of the wall 
62 bottles of coke on the wall...Take one down, pass it around, 61 bottles of code of the wall 
61 bottles of coke on the wall...Take one down, pass it around, 60 bottles of code of the wall 
60 bottles of coke on the wall...Take one down, pass it around, 59 bottles of code of the wall 
59 bottles of coke on the wall...Take one down, pass it around, 58 bottles of code of the wall 
58 bottles of coke on the wall...Take one down, pass it around, 57 bottles of code of the wall 
57 bottles of coke on the wall...Take one down, pass it around, 56 bottles of code of the wall 
56 bottles of coke on the wall...Take one down, pass it around, 55 bottles of code of the wall 
55 bottles of coke on the wall...Take one down, pass it around, 54 bottles of code of the wall 
54 bottles of coke on the wall...Take one down, pass it around, 53 bottles of code of the wall 
53 bottles of coke on the wall...Take one down, pass it around, 52 bottles of code of the wall 
52 bottles of coke on the wall...Take one down, pass it around, 51 bottles of code of the wall 
51 bottles of coke on the wall...Take one down, pass it around, 50 bottles of code of the wall 
50 bottles of coke on the wall...Take one down, pass it around, 49 bottles of code of the wall 
49 bottles of coke on the wall...Take one down, pass it around, 48 bottles of code of the wall 
48 bottles of coke on the wall...Take one down, pass it around, 47 bottles of code of the wall 
47 bottles of coke on the wall...Take one down, pass it around, 46 bottles of code of the wall 
46 bottles of coke on the wall...Take one down, pass it around, 45 bottles of code of the wall 
45 bottles of coke on the wall...Take one down, pass it around, 44 bottles of code of the wall 
44 bottles of coke on the wall...Take one down, pass it around, 43 bottles of code of the wall 
43 bottles of coke on the wall...Take one down, pass it around, 42 bottles of code of the wall 
42 bottles of coke on the wall...Take one down, pass it around, 41 bottles of code of the wall 
41 bottles of coke on the wall...Take one down, pass it around, 40 bottles of code of the wall 
40 bottles of coke on the wall...Take one down, pass it around, 39 bottles of code of the wall 
39 bottles of coke on the wall...Take one down, pass it around, 38 bottles of code of the wall 
38 bottles of coke on the wall...Take one down, pass it around, 37 bottles of code of the wall 
37 bottles of coke on the wall...Take one down, pass it around, 36 bottles of code of the wall 
36 bottles of coke on the wall...Take one down, pass it around, 35 bottles of code of the wall 
35 bottles of coke on the wall...Take one down, pass it around, 34 bottles of code of the wall 
34 bottles of coke on the wall...Take one down, pass it around, 33 bottles of code of the wall 
33 bottles of coke on the wall...Take one down, pass it around, 32 bottles of code of the wall 
32 bottles of coke on the wall...Take one down, pass it around, 31 bottles of code of the wall 
31 bottles of coke on the wall...Take one down, pass it around, 30 bottles of code of the wall 
30 bottles of coke on the wall...Take one down, pass it around, 29 bottles of code of the wall 
29 bottles of coke on the wall...Take one down, pass it around, 28 bottles of code of the wall 
28 bottles of coke on the wall...Take one down, pass it around, 27 bottles of code of the wall 
27 bottles of coke on the wall...Take one down, pass it around, 26 bottles of code of the wall 
26 bottles of coke on the wall...Take one down, pass it around, 25 bottles of code of the wall 
25 bottles of coke on the wall...Take one down, pass it around, 24 bottles of code of the wall 
24 bottles of coke on the wall...Take one down, pass it around, 23 bottles of code of the wall 
23 bottles of coke on the wall...Take one down, pass it around, 22 bottles of code of the wall 
22 bottles of coke on the wall...Take one down, pass it around, 21 bottles of code of the wall 
21 bottles of coke on the wall...Take one down, pass it around, 20 bottles of code of the wall 
20 bottles of coke on the wall...Take one down, pass it around, 19 bottles of code of the wall 
19 bottles of coke on the wall...Take one down, pass it around, 18 bottles of code of the wall 
18 bottles of coke on the wall...Take one down, pass it around, 17 bottles of code of the wall 
17 bottles of coke on the wall...Take one down, pass it around, 16 bottles of code of the wall 
16 bottles of coke on the wall...Take one down, pass it around, 15 bottles of code of the wall 
15 bottles of coke on the wall...Take one down, pass it around, 14 bottles of code of the wall 
14 bottles of coke on the wall...Take one down, pass it around, 13 bottles of code of the wall 
13 bottles of coke on the wall...Take one down, pass it around, 12 bottles of code of the wall 
12 bottles of coke on the wall...Take one down, pass it around, 11 bottles of code of the wall 
11 bottles of coke on the wall...Take one down, pass it around, 10 bottles of code of the wall 
10 bottles of coke on the wall...Take one down, pass it around, 9 bottles of code of the wall 
9 bottles of coke on the wall...Take one down, pass it around, 8 bottles of code of the wall 
8 bottles of coke on the wall...Take one down, pass it around, 7 bottles of code of the wall 
7 bottles of coke on the wall...Take one down, pass it around, 6 bottles of code of the wall 
6 bottles of coke on the wall...Take one down, pass it around, 5 bottles of code of the wall 
5 bottles of coke on the wall...Take one down, pass it around, 4 bottles of code of the wall 
4 bottles of coke on the wall...Take one down, pass it around, 3 bottles of code of the wall 
3 bottles of coke on the wall...Take one down, pass it around, 2 bottles of code of the wall 
2 bottles of coke on the wall...Take one down, pass it around, 1 bottles of code of the wall 
1 bottles of coke on the wall...Take one down, pass it around, 0 bottles of code of the wall