EntityPlantt / Kattis

Solutions to Kattis problems I have solved

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kattis

Solutions to Kattis problems.

Notice

  • Some of the solutions aren't accepted on Kattis, and therefore, aren't solutions.
  • Every solution can be used under the terms of the license.

DK-C++

Most of these source codes are written with DK-C++. Try it out now! https://github.com/EntityPlantt/DK-CPP

How to build and run

Here are some ways to run the source code. If none of these is applicable, or does not work, try to search the internet for the problem.

Through Windows PowerShell

Do in Windows PowerShell:

# let file be the name of the problem
# example (for 10kindsofpeople):
$file = "10kindsofpeople"

# Build
g++ "$file.cpp" -o "$file.exe"
# Run
call "$file.exe"
# Pause when running ends
pause
# Exit
exit

Through DK-C++ (not installed)

  1. Go to DK-C++'s website
  2. Download DK-C++.Setup.exe
  3. Follow the instructions
  4. Proceed to Through DK-C++ (installed)

Through DK-C++ (installed)

  1. Run DK-C++
  2. Press Ctrl + O or click Open
  3. Open the source
  4. Press Ctrl + Shift + B or click Build & Run

My Kattis profile

My kattis profile is Nikola Stojkovski

About

Solutions to Kattis problems I have solved

License:Other


Languages

Language:C++ 94.3%Language:JavaScript 4.5%Language:Ruby 0.3%Language:C# 0.2%Language:Java 0.1%Language:COBOL 0.1%Language:Python 0.1%Language:Go 0.1%Language:Haskell 0.1%Language:C 0.1%Language:Fortran 0.1%Language:Kotlin 0.1%Language:Pascal 0.1%