Skip to content

uynilo9/cpcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cpcpp

Warning

I don't excel in CP, so some of the solutions might not be an AC one.

✨ Overview

Here I store some CP solutions I've written in C++ on multiple platforms.

CP, standing for competitive programming, is a kind of sport. CP questions look pretty similar to programming interview questions.

📃 Catalogue

AtCoder

Warning

Some problem descriptions are provided in Japanese only.

ID Title File
abc 048 task B Between a and b... atcoder_abc048_b.cpp
abc 051 task B Sum of Three Integers atcoder_abc051_b.cpp
abc 085 task C Otoshidama atcoder_abc085_c.cpp
abc 115 task C Christmas Eve atcoder_abc115_c.cpp
abc 128 task B Guidebook atcoder_abc128_b.cpp
abc 146 task C Buy an Integer atcoder_abc146_c.cpp
abc 155 task C Poll atcoder_abc155_c.cpp
abc 172 task C Tsundoku atcoder_abc172_c.cpp
abc 186 task D Sum of difference atcoder_abc186_d.cpp
abc 199 task C IPFL atcoder_abc199_c.cpp
abc 220 task C Long Sequence atcoder_abc220_c.cpp
abc 231 task C Counting 2 atcoder_abc231_c.cpp
abc 243 task C Collision 2 atcoder_abc243_c.cpp
abc 247 task D Cylinder atcoder_abc247_d.cpp
abc 283 task D Scope atcoder_abc283_d.cpp
abc 301 task C AtCoder Cards atcoder_abc301_c.cpp
abc 312 task C Invisible Hand atcoder_abc312_c.cpp
abc 354 task C AtCoder Magics atcoder_abc354_c.cpp
arc 084 task A Snuke Festival atcoder_arc084_a.cpp
typical90 task G (007) CP Classes atcoder_typical90_g.cpp
joi 2009ho task B ピザ atcoder_joi2009ho_b.cpp
keyence 2019 task B KEYENCE String atcoder_keyence2019_b.cpp

Kattis

ID Difficulty Title File
averageshard Easy Paradox With Averages (Hard) kattis_averageshard.cpp
joinstrings Medium Join Strings kattis_joinstrings.cpp
lyklagangriti Medium Lyklagangriti kattis_lyklagangriti.cpp
thanos Easy Thanos kattis_thanos.cpp
treirad Easy Three in a Row kattis_treirad.cpp

LeetCode

ID Difficulty Title File
1 Easy Two Sum leetcode_1.cpp
3 Medium Longest Substring Without Repeating Character leetcode_3.cpp
9 Easy Palindrome Number leetcode_9.cpp
13 Easy Roman to Integer leetcode_13.cpp
14 Easy Longest Common Prefix leetcode_14.cpp
70 Easy Climbing Stairs leetcode_70.cpp

NTOJ (aka New TNFSH Online Judge)

Warning

Problem descriptions are provided in Traditional Chinese Mandarin only.

ID Title File
400 羅馬數字 ntoj_400.cpp
401 封印解除 ntoj_401.cpp
404 連號或不連號 ntoj_404.cpp
405 自戀數 ntoj_405.cpp
406 軍隊部署 ntoj_406.cpp
417 好狗狗 ntoj_417.cpp
418 樓梯間 ntoj_418.cpp
514 姊姊陪我玩 ntoj_514.cpp
1077 超水魔導術 ntoj_1077.cpp
1089 巴比倫之鑰 ntoj_1089.cpp

🪝Platforms

⚖️ License

MIT License