MAX_FRACTION_COUNT


SUBMITTED BY: tuaavolol

DATE: May 1, 2016, 7:10 p.m.

FORMAT: C++

SIZE: 281 Bytes

HITS: 20378

  1. nt fraction_info[MAX_FRACTION_COUNT][3] =
  2. {
  3. { 20, 1, 10 },
  4. { 30, 11, 20 },
  5. { 20, 21, 30 },
  6. { 15, 31, 40 },
  7. { 5, 41, 50 },
  8. { 4, 51, 60 },
  9. { 3, 61, 70 },
  10. { 2, 71, 80 },
  11. { 1, 81, 90 },
  12. };

comments powered by Disqus