https://github.com/errhythm/competitive-programming---quarantine-days
Quarantine Days Practice Contest
https://github.com/errhythm/competitive-programming---quarantine-days
Last synced: 11 months ago
JSON representation
Quarantine Days Practice Contest
- Host: GitHub
- URL: https://github.com/errhythm/competitive-programming---quarantine-days
- Owner: errhythm
- Created: 2020-04-10T11:49:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T12:40:35.000Z (about 6 years ago)
- Last Synced: 2025-02-27T10:59:49.620Z (over 1 year ago)
- Language: Java
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Competitive-Programming---Quarantine-Days
## Contest Link
[Click Here](https://vjudge.net/contest/364896) - Quarantine Days Practice Contest
### Program Link
* [LightOJ - 1000](http://lightoj.com/login_main.php?url=volume_showproblem.php?problem=1000) - A
* [UVA - 11172](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2113) - B
* [UVA - 10055](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=996) - C
* [UVA - 11727](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2827) - D
* [UVA - 10038](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=979) - E
* [UVA - 11875](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2986) - F
* [URAL - 1068](https://acm.timus.ru/problem.aspx?space=1&num=1068) - G
* [UVALive - 5814](https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3825) - H
* [UVA - 12468](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3912) - I
* [UVA - 11498](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2493) - J
* [UVA - 10071](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1012) - K
* [CodeForces - 75A](http://codeforces.com/problemset/problem/75/A) - L
* [CodeForces - 281A](http://codeforces.com/problemset/problem/281/A) - M
* [CodeForces - 71A](http://codeforces.com/problemset/problem/71/A) - N
* [CodeForces - 118A](http://codeforces.com/problemset/problem/118/A) - O
* [UVA - 11936](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3087) - P
* [UVA - 11854](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2954) - Q
* [UVA - 11547](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2542) - R
* [UVA - 10921](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1862) - S
* [CodeForces - 236A](http://codeforces.com/problemset/problem/236/A) - T
* [UVA - 12502](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3946) - U
* [UVA - 488](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=429) - V
* [CodeForces - 282A](http://codeforces.com/problemset/problem/282/A) - W
* [UVA - 12279](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3431) - X
* [UVA - 12280](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3432) - Y
* [UVA - 12281](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3433) - Z
### Solutions
* [LightOJ - 1000](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/A.java) - A
* [UVA - 11172](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/B.java) - B
* [UVA - 10055](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/C.java) - C
* [UVA - 11727](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/D.java) - D
* [UVA - 10038](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/E.java) - E
* [UVA - 11875](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/F.java) - F
* [URAL - 1068](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/G.java) - G
* [UVALive - 5814](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/H.java) - H
* [UVA - 12468](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/I.java) - I
* [UVA - 11498](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/J.java) - J
* [UVA - 10071](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/K.java) - K
* [CodeForces - 75A](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/L.java) - L
* [CodeForces - 281A](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/M.java) - M
* [CodeForces - 71A](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/N.java) - N
* [CodeForces - 118A](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/O.java) - O
* [UVA - 11936](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/P.java) - P
* [UVA - 11854](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/Q.java) - Q
* [UVA - 11547](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/R.java) - R
* [UVA - 10921](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/S.java) - S
* [CodeForces - 236A](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/T.java) - T
* [UVA - 12502](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/U.java) - U
* [UVA - 488](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/V.java) - V
* [CodeForces - 282A](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/W.java) - W
* [UVA - 12279](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/X.java) - X
* [UVA - 12280](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/Y.java) - Y
* [UVA - 12281](https://github.com/errhythm/Competitive-Programming---Quarantine-Days/blob/master/Z.java) - Z
#### Thanks to
* **Sarin Rahman Zavin** - *pointed me some problems*