HHSOJ-Essential Doc
CtrlK
  • Welcome
  • Structure
    • Github Structure
    • OJ Structure
  • Building
    • Judger Building
      • Installing Lo-runner
      • Core.py return code list
    • Server Manager Building
    • Frontend Building
  • Language Setup
    • Sample C++ Language Template
    • Sample Python3 Language Template
  • Problem Setup
    • Problemset Setup
    • Problem structure:Full
    • The problem.json file
    • The statement & testcases
    • Writing checkers
    • Dealing with scoring
    • Judging Inside
  • Supplying feature
    • User
    • Standings
  • What's New
  • Credits
    • Donate
    • HHS Blog
    • Github
    • Maven Rewrite Github
    • Live Demo
    • HHSOJ Web Edition
  • License
    • Apache 2.0
    • GPL 3.0
Powered by GitBook
On this page

Was this helpful?

  1. Language Setup

Sample Python3 Language Template

Credit goes to Zzzyt

"py":{
		"ext":"py",
		"name":"Python 3",
		"compileCmd":[],
		"runCmd":["python3","Main.py"],
		"opCode":[12,21,257,5,9,3,0,10,158,11,218,273,13,14,302,202,318,16,4,89,99,131,78,72,8,39,32,107,102,108,104,6,79,1,231,217],
		"file":["Main.py"],
		"aceName":"python"
}

PreviousSample C++ Language TemplateNextProblem Setup

Last updated 5 years ago

Was this helpful?