Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef VALUES_H_INCLUDED
- #define VALUES_H_INCLUDED
- const int ile_kurwa = 88;
- int values[] = {
- 26,
- 39,
- 52,
- 65,
- 78,
- 91,
- 104,
- 117,
- 130,
- 143,
- 165,
- 169,
- 178,
- 182,
- 191,
- 195,
- 204,
- 208,
- 217,
- 221,
- 230,
- 234,
- 243,
- 247,
- 260,
- 269,
- 273,
- 282,
- 286,
- 295,
- 299,
- 308,
- 312,
- 321,
- 325,
- 334,
- 338,
- 347,
- 351,
- 360,
- 373,
- 386,
- 390,
- 399,
- 403,
- 412,
- 416,
- 425,
- 438,
- 442,
- 451,
- 455,
- 464,
- 468,
- 477,
- 481,
- 490,
- 494,
- 503,
- 507,
- 516,
- 520,
- 529,
- 533,
- 542,
- 546,
- 555,
- 568,
- 572,
- 581,
- 594,
- 598,
- 607,
- 611,
- 620,
- 624,
- 633,
- 637,
- 646,
- 650,
- 659,
- 672,
- 685,
- 698,
- 711,
- 724,
- 737,
- 750};
- #endif // VALUES_H_INCLUDED
Advertisement
Add Comment
Please, Sign In to add comment