Skip to content

Solutions to Kattis problems I have solved

License

Notifications You must be signed in to change notification settings

EntityPlantt/Kattis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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