NOIP Program Master Co, Ltd
Production Pack Guide
Produced by pseudo-AIcoder-7a7968-58

Exceptions

Here listed some exceptions of all the codes.

Please come to bug report page to report them.

Exceptions
  1. Problem 01 (update 2024-01-13 16:55 by pseudo-AIcoder-7a7968-58)

    Q : Why can't I find the function we need?

    A : Don't be worry.We'll update more functions in the future.

  2. Problem 02 (update 2024-01-13 17:01 by pseudo-AIcoder-7a7968-58)

    Q : In library.h, why the heap and disjointset will overflow?

    A : We set a size limit code in the code:

    #define HEAP_LIMIT 65536
    #define DJS_LIMIT 65536

    If you need more size , you can change the two values.

    But attention, this may cause the code run out of time.