Solutions to Kattis problems.
- 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.
Most of these source codes are written with DK-C++. Try it out now! https://github.com/EntityPlantt/DK-CPP
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.
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
- Go to DK-C++'s website
- Download
DK-C++.Setup.exe
- Follow the instructions
- Proceed to Through DK-C++ (installed)
- Run DK-C++
- Press Ctrl + O or click
Open
- Open the source
- Press Ctrl + Shift + B or click
Build & Run
My kattis profile is Nikola Stojkovski