7 wiersze
73 B

  1. #ifndef CHEN_H
  2. #define CHEN_H
  3. bool chen(int a, int b, int *e);
  4. #endif