Skip to content

Configuration

NotTete edited this page Jul 29, 2024 · 3 revisions

Once you run cjudge for the first time a configuration folder .cjudge will be created on your $HOME.

Template file template.cpp

This file will be the template that cjudge will use to create the main.cpp in your problems

Configuration file config.json

compiler

This is your selected C++ compiler. Default g++

test-output

Default test output mode. Default full. Available options:

  • full
  • error
  • minimal

kattis-username

Kattis username. Must be set before submitting to Kattis

kattis-token

Kattis acess token. Must be set before submitting to Kattis

Clone this wiki locally