https://github.com/flamendless/itolympics2019-csharp
Solutions to the problems given in the IT Olympics 2019 under the C# category.
https://github.com/flamendless/itolympics2019-csharp
contest monodevelop olympics practice
Last synced: about 1 month ago
JSON representation
Solutions to the problems given in the IT Olympics 2019 under the C# category.
- Host: GitHub
- URL: https://github.com/flamendless/itolympics2019-csharp
- Owner: flamendless
- Created: 2019-09-14T14:11:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T12:04:52.000Z (over 5 years ago)
- Last Synced: 2025-01-20T11:47:34.654Z (about 1 year ago)
- Topics: contest, monodevelop, olympics, practice
- Language: C#
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This repository contains the solutions to the problems given in the IT Olympics 2019 in the University of Makati under the C# category.
# Problems
* [Easy 1](ITOlympics2019/Easy1.cs)
* [Easy 2](ITOlympics2019/Easy2.cs)
* [Average 1](ITOlympics2019/Average1.cs)
* [Average 2](ITOlympics2019/Average2.cs)
* [Difficult 1](ITOlympics2019/Difficult1.cs)
* [Difficult 2](ITOlympics2019/Difficult2.cs)
# To Run/Test with Monodevelop
Import the .sln file using Monodevelop then hit the run button. In `Program.cs`, you can change the variable `do_all` to `false` and change the `current_question` to test individually. If `do_all` is `true`, it will test all problems.