Fast Olympic Coding plugin for Sublime Text 3 Installation Test Manager Settings Stress Testing Class Completion C++ Lint Debugger Installation Install viaPackage Control Install manually: download plugininto p
Fast Olympic Coding plugin for Sublime Text 3 Installation Test Manager Settings Stress Testing Class Completion C++ Lint Debugger Installation Install viaPackage Control Install manually: download plugininto packages (preferences — browse packages) ...
Setting up Sublime Text For Competitive Programming (C++) Using Fast Olympic Coding Plugin 竞技编程是一项时间最重要的智力运动。为此,编写代码需要一个快速且易于使用的工具。 Sublime text 和 CppFastOlympicCoding 插件提供了相同的功能。 Sublime text 因其快速的性能和美观的 UI 而广受欢迎。 CppFastOlympicC...
Fast Olympic Coding plugin for Sublime Text 3 Installation Test Manager Settings Stress Testing Class Completion C++ Lint Debugger Installation Install viaPackage Control Install manually: download plugininto packages (preferences — browse packages) ...
Fast Olympic Coding plugin for Sublime Text 3 Installation TestManager ctrl+b (OSX)ctrl+alt+b (Linux + Win)compile and run ctrl+enternew test ctrl+c (OSX)ctrl+x (Linux + Win)kill process ctrl+shift+b (OSX)run with debugger ctrl+ddelete test ...
Tools for competitive programming for Sublime Text 3 & 4 - FastOlympicCoding/test_edit.py at master · Jatana/FastOlympicCoding
FastOlympicCoding / Top File metadata and controls Code Blame 109 lines (98 loc) · 3.39 KB Raw import sublime, sublime_plugin import os from os import path from .ContestHandlers import codeforces try: from .ContestHandlers.codeforces_submit import perform_submission except ImportError: pass from ...