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. Building
  2. Judger Building

Core.py return code list

This is an error!

Code

Message

Solution

1

Lo-runner is not installed

Install Lo-runner

2

Core.py is not found

Install Core.py

101

Lo-runner is not installed

Install Lo-runner

102

System argument parse fail

Send an issue

103

Runner core failed

Send an issue

104

Cannot check result code

Send an issue

PreviousInstalling Lo-runnerNextServer Manager Building

Last updated 5 years ago

Was this helpful?