# ===============================================================
# Imeoic - OI Contest
# Author: Imeoic Development Team
# See: https://github.com/imeoic/imeoic/#readme
# ===============================================================


# ---------------------------------------------------------------
# Compatibility Information
# ---------------------------------------------------------------

version: 0.0.1    # Imeoic version number


# ---------------------------------------------------------------
# Contest Information
# ---------------------------------------------------------------

# Contest Basic Information
# Subtitle and Author are optional.
title: NOCI Round 114514
author: NOCI Team
language: zh-CN

# Languages & Compile Information
languages:
  C++: -O2 -std=c++14

# Notes
# Custom notes below the problem information table.
notes:
  zh-CN:
    - 文件名（程序名和输入输出文件名）必须使用英文小写。
    - C/C++ 中函数 main() 的返回值类型必须是 int，程序正常结束时的返回值必须是 0。
    - 提交的程序代码文件的放置位置请参考各省的具体要求。
    - 因违反以上三点而出现的错误或问题，申述时一律不予受理。
    - 若无特殊说明，结果的比较方式为全文比较（过滤行末空格及文末回车）。
    - 程序可使用的栈空间内存限制与题目的内存限制一致。
    - 全国统一评测时采用的机器配置为：12th Gen Intel(R) Core(TM) i7-12700 2.10 GHz，内存 16GB。上述时限以此配置为准。
    - 只提供 Linux 格式附加样例文件。
    - 评测在当前最新公布的 NOI Linux 下进行，各语言的编译器版本以此为准。
    #- 题目非常简单，请喧哗的同学不要大声 AK。
  zh-TW:
    - 文件名（程序名和輸入輸出文件名）必須使用英文小寫。
    - C/C++ 中函數 main() 的返回值類型必須是 int，程序正常結束時的返回值必須是 0。
    - 提交的程序代碼文件的放置位置請參考各省的具體要求。
    - 因違反以上三點而出現的錯誤或問題，申述時一律不予受理。
    - 若無特殊說明，結果的比較方式為全文比較（過濾行末空格及文末回車）。
    - 程序可使用的棧空間內存限制與題目的內存限制一致。
    - 全國統一評測時採用的機器配置為：12th Gen Intel(R) Core(TM) i7-12700 2.10 GHz，內存 16GB。上述時限以此配置為準。
    - 只提供 Linux 格式附加樣例文件。
    - 評測在當前最新公佈的 NOI Linux 下進行，各語言的編譯器版本以此為準。
    #- 題目非常簡單，請喧嘩的同學不要大聲 AK。
  en-US:
    - The file name (program name and input and output file name) must use English lowercase.
    - The return value type of the function main() in C/C++ must be int, and the return value must be 0 when the program ends normally.
    - For the location of the submitted program code files, please refer to the specific requirements of each province.
    - Errors or problems arising from the violation of the above three points will not be accepted when appealing.
    - Unless otherwise specified, the comparison method of the results is full-text comparison (filtering spaces at the end of lines and carriage returns at the end of the text).
    - The memory limit of the stack space that the program can use is consistent with the memory limit of the title.
    - "The machine configuration used in the national unified evaluation is: 12th Gen Intel(R) Core(TM) i7-12700 2.10 GHz, memory 16GB. The above time limit is subject to this configuration."
    - Additional sample files are provided in Linux format only.
    - The evaluation is carried out under the latest NOI Linux, and the compiler version of each language shall prevail.
    #- The topic is very simple, please do not AK loudly if you are noisy.

# Days & Problems Information
days:
  day1:
    title: Day 1
    author:
    time_st: 1926-08-17 08:30
    time_fn: 1926-08-17 13:30
    problems:
      - A
    #  - B
    #  - C
    notes:
  #day2:
  #  title: Day 2
  #  author:
  #  time_st: 1926-08-18 08:30
  #  time_fn: 1926-08-18 13:30
  #  problems:
  #    - E
  #    - F
  #    - G
  #  notes:
