Skip to content
NotTete edited this page Jul 29, 2024 · 2 revisions

Kattis Problem Statement

In order to get problem statements from kattis, cjudge uses kattispdf which needs latexmk underhood.

Linux

latexmk is available in almost every package manager. Search it on your favourite package manager.

Windows

In order to uselatexmk in Windows you need to install perl.

# If you have pearl install you can omit this
winget install "Strawberry Perl" 
winget install MiKTeX

Kattis loggin

Due to the numerous methods of logging in kattis, cjudge uses the acess the same token and username the official kattis-cli offers.

Clone this wiki locally