Skip to content

競技プログラミングで提出したコード(全てではないです)

Notifications You must be signed in to change notification settings

Cyndaquil1999/competiting-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

competiting-programming

解いた問題の実装をまとめる

Solved ABC ARC AGC Python C++

Contest Round Problem Lang File Task
ABC 023 D Python abc/023/023d.py abc023_d
ABC 026 D Python abc/026/026d.py abc026_d
ABC 042 B Python abc/042/b.py abc042_b
ABC 044 B Python abc/044/b.py abc044_b
ABC 045 C Python abc/045/045c.py abc045_c
ABC 049 B Python abc/049/b.py abc049_b
ABC 049 C Python abc/049/049c.py abc049_c
ABC 050 B Python abc/050/b.py abc050_b
ABC 051 B Python abc/051/051b.py abc051_b
ABC 053 B Python abc/053/b.py abc053_b
ABC 058 B Python abc/058/b.py abc058_b
ABC 059 B Python abc/059/b.py abc059_b
ABC 061 B Python abc/061/b.py abc061_b
ABC 062 B Python abc/062/b_another.py abc062_b
ABC 062 B Python abc/062/b.py abc062_b
ABC 063 A Python abc/063/abc063_b.py abc063_a
ABC 067 B Python abc/067/b.py abc067_b
ABC 068 B Python abc/068/b.py abc068_b
ABC 074 A C++ abc/074/074a.cpp abc074_a
ABC 076 A C++ abc/076/076a.cpp abc076_a
ABC 079 B Python abc/079/b.py abc079_b
ABC 081 A C++ abc/081/081a.cpp abc081_a
ABC 081 B Python abc/081/081b.py abc081_b
ABC 082 A C++ abc/082/082a.cpp abc082_a
ABC 082 B Python abc/082/b.py abc082_b
ABC 083 B Python abc/083/b.py abc083_b
ABC 084 A C++ abc/084/084a.cpp abc084_a
ABC 085 C Python abc/085/085c.py abc085_c
ABC 086 B Python abc/086/b.py abc086_b
ABC 086 C Python abc/086/086c.py abc086_c
ABC 087 C Python abc/087/c.py abc087_c
ABC 088 B Python abc/088/b.py abc088_b
ABC 090 B Python abc/090/b.py abc090_b
ABC 092 B Python abc/092/b.py abc092_b
ABC 093 B Python abc/093/b.py abc093_b
ABC 095 C Python abc/095/c.py abc095_c
ABC 097 B Python abc/097/b.py abc097_b
ABC 100 C Python abc/100/c.py abc100_c
ABC 103 B Python abc/103/b.py abc103_b
ABC 104 B Python abc/104/b.py abc104_b
ABC 109 B Python abc/109/b.py abc109_b
ABC 113 B Python abc/113/b.py abc113_b
ABC 114 C Python abc/114/114c.py abc114_c
ABC 115 C Python abc/115/c.py abc115_c
ABC 118 B Python abc/118/b.py abc118_b
ABC 121 B Python abc/121/b.py abc121_b
ABC 122 A Python abc/122/abc122_b.py abc122_a
ABC 123 B Python abc/123/b.py abc123_b
ABC 124 B Python abc/124/b.py abc124_b
ABC 124 C Python abc/124/c.py abc124_c
ABC 128 B Python abc/128/b.py abc128_b
ABC 129 A Python abc/129/abc129_b.py abc129_a
ABC 133 B Python abc/133/b.py abc133_b
ABC 134 C Python abc/134/c.py abc134_c
ABC 135 A Python abc/135/abc135_b.py abc135_a
ABC 135 C Python abc/135/c_1.py abc135_c
ABC 135 C Python abc/135/c.py abc135_c
ABC 136 C Python abc/136/c.py abc136_c
ABC 139 B Python abc/139/b.py abc139_b
ABC 139 C Python abc/139/c.py abc139_c
ABC 140 C Python abc/140/c.py abc140_c
ABC 141 C Python abc/141/c.py abc141_c
ABC 143 A Python abc/143/abc143_b.py abc143_a
ABC 144 C Python abc/144/c.py abc144_c
ABC 148 D Python abc/148/d.py abc148_d
ABC 150 C Python abc/150/c.py abc150_c
ABC 151 C Python abc/151/c.py abc151_c
ABC 152 C Python abc/152/c.py abc152_c
ABC 153 D Python abc/153/d.py abc153_d
ABC 155 C Python abc/155/c.py abc155_c
ABC 156 C Python abc/156/c.py abc156_c
ABC 157 B Python abc/157/b.py abc157_b
ABC 158 C Python abc/158/c.py abc158_c
ABC 163 A Python abc/163/a.py abc163_a
ABC 171 B Python abc/171/b.py abc171_b
ABC 175 A Python abc/175/abc175_b.py abc175_a
ABC 205 B Python abc/205/b.py abc205_b
ABC 211 A Python abc/211/a.py abc211_a
ABC 216 A Python abc/216/abc216_b.py abc216_a
ABC 221 A Python abc/221/abc221_b.py abc221_a
ABC 223 A Python abc/223/abc223_b.py abc223_a
ABC 231 A Python abc/231/a.py abc231_a
ABC 242 B Python abc/242/b.py abc242_b
ABC 275 D Python abc/275/275d.py abc275_d
ABC 277 B Python abc/277/277b.py abc277_b
ABC 279 A Python abc/279/abc279_b.py abc279_a
ABC 288 B Python abc/288/b.py abc288_b
ABC 291 B Python abc/291/B.py abc291_b
ABC 301 B Python abc/301/b.py abc301_b
ABC 308 A Python abc/308/abc308_b.py abc308_a
ABC 320 A Python abc/320/abc320_b.py abc320_a
ABC 342 A Python abc/342/abc342_a.py abc342_a
ABC 348 B Python abc/348/b.py abc348_b
ABC 354 B Python abc/354/b.py abc354_b
ABC 363 B Python abc/363/b.py abc363_b
ABC 393 A Python abc/393/abc393_b.py abc393_a
ABC 404 A Python abc/404/a.py abc404_a
ABC 411 A Python abc/411/abc411_b.py abc411_a
AGC 002 A Python agc/002/a.py agc002_a
AGC 003 A Python agc/003/A.py agc003_a
AGC 012 A Python agc/012/a.py agc012_a
AGC 019 A Python agc/019/a.py agc019_a
AGC 021 A Python agc/021/a.py agc021_a
AGC 024 A Python agc/024/a.py agc024_a
AGC 027 A Python agc/027/a.py agc027_a
AGC 037 A Python agc/037/a.py agc037_a
AGC 041 A Python agc/041/a.py agc041_a
ARC 037 C Python arc/037/037c.py arc037_c
ARC 071 C Python arc/071/071c.py arc071_c
ARC 084 C Python arc/084/084c.py arc084_c
OTHER APG4b C++ other/APG4b/1.14.cpp
OTHER APG4b C++ other/APG4b/2.01.cpp
OTHER APG4b C++ other/APG4b/1.12.cpp
OTHER APG4b C++ other/APG4b/1.06.cpp
OTHER APG4b C++ other/APG4b/1.05.cpp
OTHER APG4b C++ other/APG4b/1.15.cpp
OTHER APG4b C++ other/APG4b/1.08.cpp
OTHER APG4b C++ other/APG4b/2.03.cpp
OTHER APG4b C++ other/APG4b/1.11.cpp
OTHER APG4b C++ other/APG4b/1.04.cpp
OTHER APG4b C++ other/APG4b/1.09.cpp
OTHER APG4b C++ other/APG4b/2.04.cpp
OTHER APG4b C++ other/APG4b/1.01.cpp
OTHER APG4b C++ other/APG4b/2.02.cpp
OTHER APG4b C++ other/APG4b/1.10.cpp
OTHER APG4b C++ other/APG4b/1.07.cpp
OTHER APG4b C++ other/APG4b/1.02.cpp
OTHER APG4b C++ other/APG4b/1.13.cpp
OTHER APG4b C++ other/APG4b/1.03.cpp
OTHER codefestival2016qualb B Python other/codefestival2016qualb/b.py code_festival_2016_qualb_b
OTHER edpc A Python other/edpc/A.py dp_a
OTHER edpc F Python other/edpc/F.py dp_f
OTHER joi B Python other/joi/joig2023_b.py joig2023_b
OTHER joi D Python other/joi/joi2023_yo1a_d.py joi2023_yo1a_d
OTHER joi D Python other/joi/joi2022_yo1a_d.py joi2022_yo1a_d
OTHER joi D Python other/joi/joi2023_yo1c_d.py joi2023_yo1c_d
OTHER joi Python other/joi/joi2022_yo1a_d_another.py joi2022_yo1a_d_another
OTHER joi2020yo1c C Python other/joi2020yo1c/joi2020_yo1c_c.py joi2020_yo1c_c
OTHER joi2021yo1b B Python other/joi2021yo1b/joi2021_yo1b_b.py joi2021_yo1b_b
OTHER math-and-algorithm Python other/math-and-algorithm/math_and_algorithm_af.py math_and_algorithm_af
OTHER math-and-algorithm Python other/math-and-algorithm/math_and_algorithm_br.py math_and_algorithm_br
OTHER tessoku-book Python other/tessoku-book/tessoku_book_cb.py tessoku_book_cb
OTHER typical90 B Python other/typical90/typical90_b.py typical90_b
OTHER typical90 Python [other/typical90/004 - Cross Sum(★2)/004.py](other/typical90/004 - Cross Sum(★2)/004.py)
OTHER typical90 Python [other/typical90/033 - Not Too Bright(★2)/033.py](other/typical90/033 - Not Too Bright(★2)/033.py)
OTHER typical90 Python [other/typical90/055 - Select 5(★2)/055.py](other/typical90/055 - Select 5(★2)/055.py)
OTHER typical90 Python [other/typical90/007 - CP Classes(★3)/007.py](other/typical90/007 - CP Classes(★3)/007.py)
OTHER typical90 Python [other/typical90/010 - Score Sum Queries(★2)/010.py](other/typical90/010 - Score Sum Queries(★2)/010.py)
OTHER typical90 Python [other/typical90/061 - Deck(★2)/061.py](other/typical90/061 - Deck(★2)/061.py)
OTHER typical90 Python [other/typical90/022 - Cubic Cake(★2)/022.py](other/typical90/022 - Cubic Cake(★2)/022.py)
OTHER typical90 Python [other/typical90/014 - We Used to Sing a Song Together(★3)/014.py](other/typical90/014 - We Used to Sing a Song Together(★3)/014.py)
OTHER typical90 Python [other/typical90/027 - Sign Up Requests (★2)/027.py](other/typical90/027 - Sign Up Requests (★2)/027.py)
OTHER typical90 Python [other/typical90/078 - Easy Graph Problem(★2)/078.py](other/typical90/078 - Easy Graph Problem(★2)/078.py)
OTHER typical90 Python [other/typical90/067 - Base 8 to 9(★2)/067.py](other/typical90/067 - Base 8 to 9(★2)/067.py)
OTHER typical90 Python [other/typical90/016 - Minimum Coins(★3)/016.py](other/typical90/016 - Minimum Coins(★3)/016.py)
OTHER typical90 Python [other/typical90/024 - Select +/- One(★2)/024.py](other/typical90/024 - Select +/- One(★2)/024.py)
OTHER パナコン2020 B Python other/パナコン2020/b.py panasonic2020_b
OTHER 三井住友信託銀行プロコン2019 B Python other/三井住友信託銀行プロコン2019/b.py sumitrust2019_b
OTHER 三井住友信託銀行プロコン2019 C Python other/三井住友信託銀行プロコン2019/c.py sumitrust2019_c
OTHER 日立製作所 社会システム事業部 プログラミングコンテスト2020 B Python [other/日立製作所 社会システム事業部 プログラミングコンテスト2020/b.py](other/日立製作所 社会システム事業部 プログラミングコンテスト2020/b.py) hitachi2020_b

About

競技プログラミングで提出したコード(全てではないです)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published