├── .gitignore ├── 100-199 ├── 100.cpp ├── 101.cpp ├── 102.cpp ├── 103.cpp ├── 104.cpp ├── 105.cpp ├── 106.cpp ├── 107.cpp ├── 108.cpp ├── 109.cpp ├── 111.cpp ├── 111.java ├── 112.cpp ├── 113.cpp ├── 114.cpp ├── 115.cpp ├── 116.cpp ├── 117.cpp ├── 118.cpp ├── 119.cpp ├── 120.cpp ├── 123.cpp ├── 124.cpp ├── 125.cpp ├── 126.cpp ├── 127.cpp ├── 130.cpp ├── 131.cpp ├── 133.cpp ├── 134.cpp ├── 135.cpp ├── 139.cpp ├── 142.cpp ├── 143.cpp ├── 144.cpp ├── 146.cpp ├── 149.cpp ├── 152.cpp ├── 154.cpp ├── 163.cpp ├── 168.cpp ├── 169.cpp ├── 170.cpp ├── 172.cpp ├── 175.cpp ├── 179.cpp ├── 180.cpp ├── 181.cpp ├── 184.cpp ├── 186.cpp ├── 193.java ├── 196.cpp ├── 199.cpp └── README.md ├── 200-299 ├── 222.cpp ├── 223.cpp ├── 224.cpp ├── 226.cpp ├── 231.cpp ├── 259.cpp ├── 276.cpp ├── 296.cpp └── 297.cpp ├── 300-399 ├── 302.cpp ├── 316.cpp └── 358.cpp ├── 400-499 ├── 403.cpp └── 404.cpp ├── LICENSE ├── README.md └── RankAC.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/.gitignore -------------------------------------------------------------------------------- /100-199/100.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/100.cpp -------------------------------------------------------------------------------- /100-199/101.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/101.cpp -------------------------------------------------------------------------------- /100-199/102.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/102.cpp -------------------------------------------------------------------------------- /100-199/103.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/103.cpp -------------------------------------------------------------------------------- /100-199/104.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/104.cpp -------------------------------------------------------------------------------- /100-199/105.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/105.cpp -------------------------------------------------------------------------------- /100-199/106.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/106.cpp -------------------------------------------------------------------------------- /100-199/107.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/107.cpp -------------------------------------------------------------------------------- /100-199/108.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/108.cpp -------------------------------------------------------------------------------- /100-199/109.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/109.cpp -------------------------------------------------------------------------------- /100-199/111.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/111.cpp -------------------------------------------------------------------------------- /100-199/111.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/111.java -------------------------------------------------------------------------------- /100-199/112.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/112.cpp -------------------------------------------------------------------------------- /100-199/113.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/113.cpp -------------------------------------------------------------------------------- /100-199/114.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/114.cpp -------------------------------------------------------------------------------- /100-199/115.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/115.cpp -------------------------------------------------------------------------------- /100-199/116.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/116.cpp -------------------------------------------------------------------------------- /100-199/117.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/117.cpp -------------------------------------------------------------------------------- /100-199/118.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/118.cpp -------------------------------------------------------------------------------- /100-199/119.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/119.cpp -------------------------------------------------------------------------------- /100-199/120.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/120.cpp -------------------------------------------------------------------------------- /100-199/123.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/123.cpp -------------------------------------------------------------------------------- /100-199/124.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/124.cpp -------------------------------------------------------------------------------- /100-199/125.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/125.cpp -------------------------------------------------------------------------------- /100-199/126.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/126.cpp -------------------------------------------------------------------------------- /100-199/127.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/127.cpp -------------------------------------------------------------------------------- /100-199/130.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/130.cpp -------------------------------------------------------------------------------- /100-199/131.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/131.cpp -------------------------------------------------------------------------------- /100-199/133.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/133.cpp -------------------------------------------------------------------------------- /100-199/134.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/134.cpp -------------------------------------------------------------------------------- /100-199/135.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/135.cpp -------------------------------------------------------------------------------- /100-199/139.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/139.cpp -------------------------------------------------------------------------------- /100-199/142.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/142.cpp -------------------------------------------------------------------------------- /100-199/143.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/143.cpp -------------------------------------------------------------------------------- /100-199/144.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/144.cpp -------------------------------------------------------------------------------- /100-199/146.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/146.cpp -------------------------------------------------------------------------------- /100-199/149.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/149.cpp -------------------------------------------------------------------------------- /100-199/152.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/152.cpp -------------------------------------------------------------------------------- /100-199/154.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/154.cpp -------------------------------------------------------------------------------- /100-199/163.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/163.cpp -------------------------------------------------------------------------------- /100-199/168.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/168.cpp -------------------------------------------------------------------------------- /100-199/169.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/169.cpp -------------------------------------------------------------------------------- /100-199/170.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/170.cpp -------------------------------------------------------------------------------- /100-199/172.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/172.cpp -------------------------------------------------------------------------------- /100-199/175.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/175.cpp -------------------------------------------------------------------------------- /100-199/179.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/179.cpp -------------------------------------------------------------------------------- /100-199/180.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/180.cpp -------------------------------------------------------------------------------- /100-199/181.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/181.cpp -------------------------------------------------------------------------------- /100-199/184.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/184.cpp -------------------------------------------------------------------------------- /100-199/186.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/186.cpp -------------------------------------------------------------------------------- /100-199/193.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/193.java -------------------------------------------------------------------------------- /100-199/196.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/196.cpp -------------------------------------------------------------------------------- /100-199/199.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/199.cpp -------------------------------------------------------------------------------- /100-199/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/100-199/README.md -------------------------------------------------------------------------------- /200-299/222.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/200-299/222.cpp -------------------------------------------------------------------------------- /200-299/223.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/200-299/223.cpp -------------------------------------------------------------------------------- /200-299/224.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/200-299/224.cpp -------------------------------------------------------------------------------- /200-299/226.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/200-299/226.cpp -------------------------------------------------------------------------------- /200-299/231.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/200-299/231.cpp -------------------------------------------------------------------------------- /200-299/259.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/200-299/259.cpp -------------------------------------------------------------------------------- /200-299/276.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/200-299/276.cpp -------------------------------------------------------------------------------- /200-299/296.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/200-299/296.cpp -------------------------------------------------------------------------------- /200-299/297.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/200-299/297.cpp -------------------------------------------------------------------------------- /300-399/302.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/300-399/302.cpp -------------------------------------------------------------------------------- /300-399/316.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/300-399/316.cpp -------------------------------------------------------------------------------- /300-399/358.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/300-399/358.cpp -------------------------------------------------------------------------------- /400-499/403.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/400-499/403.cpp -------------------------------------------------------------------------------- /400-499/404.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/400-499/404.cpp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/README.md -------------------------------------------------------------------------------- /RankAC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KickAlgorithm/sgu/HEAD/RankAC.py --------------------------------------------------------------------------------