OI工具

一、CP Editor 编译器

Copy and Paste Editorial

(1) 安装

  1. 文字教程:CP Editor - OI Wiki (oi-wiki.org)

  2. 视频教程:简单的 CP Editor 使用教程!_哔哩哔哩_bilibili

(2) 日常调教 (Ctrl+P打开设置)

  • 设置模板

    1. 管理员身份的cmd进入cf_v1.0.0_windows_64文件路径。(找不到路径就在cp editor的设置里找)

    2. 命令cf config跳出选项。

      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      Configure the tool
      0) login
      1) add a template
      2) delete a template
      3) set default template
      4) run "cf gen" after "cf parse"
      5) set host domain
      6) set proxy
      7) set folders' name
      Please choose one (index):
    3. 0登录后,再调出上述界面。

    4. 1添加模板,再选language里的50(G++14)。在Template absolute path(e.g. "~/template/io.cpp"):之后输入模板文件路径,不用带引号。suffix不需要填,直接回车。

    5. alias输入cpp

    6. `Before script也不需要填,直接回车。

    7. Script下直接复制./$%file%$.exe输入就行。

    8. After Script直接回车。

    9. Make it default (y/n)? 输入y这样上传模板就成功了。

    10. cf config调出选项,用3,2来设置默认模板和删除模板。

  • CF Tool爬取OJ

    (需事先安装Competitive Companion 拓展(CF tool)

    1. 直接爬取:在左键浏览器CF Tool插件$\rightarrow$Parse with$\rightarrow$Problem parser$\rightarrow$选择相应OJ内核。
    2. 开启默认:在左键浏览器CF Tool插件$\rightarrow$管理拓展$\rightarrow$扩展选项$\rightarrow$Custom rules$\rightarrow$设置OJ网址和OJ类型。

二、相关网站

三、编译器

VSCode打造成oi刷题利器