Guest User

Untitled

a guest
Aug 25th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. #ifndef VALUES_H_INCLUDED
  2. #define VALUES_H_INCLUDED
  3.  
  4.  
  5.  
  6.  
  7.  
  8. const int ile_kurwa = 88;
  9.  
  10. int values[] = {
  11. 26,
  12. 39,
  13. 52,
  14. 65,
  15. 78,
  16. 91,
  17. 104,
  18. 117,
  19. 130,
  20. 143,
  21. 165,
  22. 169,
  23. 178,
  24. 182,
  25. 191,
  26. 195,
  27. 204,
  28. 208,
  29. 217,
  30. 221,
  31. 230,
  32. 234,
  33. 243,
  34. 247,
  35. 260,
  36. 269,
  37. 273,
  38. 282,
  39. 286,
  40. 295,
  41. 299,
  42. 308,
  43. 312,
  44. 321,
  45. 325,
  46. 334,
  47. 338,
  48. 347,
  49. 351,
  50. 360,
  51. 373,
  52. 386,
  53. 390,
  54. 399,
  55. 403,
  56. 412,
  57. 416,
  58. 425,
  59. 438,
  60. 442,
  61. 451,
  62. 455,
  63. 464,
  64. 468,
  65. 477,
  66. 481,
  67. 490,
  68. 494,
  69. 503,
  70. 507,
  71. 516,
  72. 520,
  73. 529,
  74. 533,
  75. 542,
  76. 546,
  77. 555,
  78. 568,
  79. 572,
  80. 581,
  81. 594,
  82. 598,
  83. 607,
  84. 611,
  85. 620,
  86. 624,
  87. 633,
  88. 637,
  89. 646,
  90. 650,
  91. 659,
  92. 672,
  93. 685,
  94. 698,
  95. 711,
  96. 724,
  97. 737,
  98. 750};
  99.  
  100.  
  101. #endif // VALUES_H_INCLUDED
Advertisement
Add Comment
Please, Sign In to add comment