tulvgengenr / hpcgame_1st_problems

Repository for HPCGame 1st Problems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository for HPCGame 1st Problems

Welcome to the repository for HPCGame 1st problems.

This repository contains problem descriptions, judgers, data (partial due to Git's limitation on ultra huge files) and answers.

Building the judgers

To build the judgers (suitable for https://github.com/lcpu-club/hpcjudge), please install Golang and Just first.

Next step, just run just in the problem's directory, and a tar file will be generated in /dist/. Upload it to the HPC-OJ platform and then it can be used to judge user submissions.

Finding the answers

The answers are in each problem's answer directory. However, for RISC-V problems, we do not provide answers directly due to multiple reasons. These answers will be released soon in another way.

About

Repository for HPCGame 1st Problems.


Languages

Language:Go 71.1%Language:C++ 21.8%Language:Cuda 2.3%Language:Just 1.7%Language:Jupyter Notebook 1.2%Language:Python 1.0%Language:Shell 0.8%Language:PHP 0.3%