# Daily_CF_Problems **Repository Path**: twink1eee/Daily_CF_Problems ## Basic Information - **Project Name**: Daily_CF_Problems - **Description**: To practice your competitive programming skills, try solving daily Codeforces problems! - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-09 - **Last Updated**: 2026-03-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Daily_CF_Problems ## Main Activities (Daily) - Update 2 Codeforces problems with different difficulty everyday except Sunday in the file `daily_problems/${YYYY}/${MM}/${MMDD}/problems.md` with hints. - Update the solution to at least 1 of the 2 problems in the file `daily_problems/${YYYY}/${MM}/${MMDD}/solution/${problem_code}.md`. - Categorize the problems by their used methods in the file `categories/${method}.md`. ## How to join - Upload your solution in the folder: `daily_problems/${YYYY}/${MM}/${MMDD}/personal_submission`. - Remember to name your submission code file `${problem_code}_${your_name}.{py/cpp/...}`. - Also, when creating a pull request, please title it `${YYYYMMDD} ${INFO}`. ## Statistics Here are the current statistics of submissions: [Link](https://yawn-sean.github.io/Daily_CF_Problems/#). ## Today's Problem | Difficulty | Problems | Hints | Solution | | ---------- | -------- | ----- | -------- | | *1300 | [GYM106407A](https://codeforces.com/gym/106407/problem/A) | Find the corresponding move. | [Editorial](https://github.com/Yawn-Sean/Daily_CF_Problems/blob/main/daily_problems/2026/03/0309/solution/cf106407a.md) | | *1600 | [GYM106407B](https://codeforces.com/gym/106407/problem/B) | Find the expression for the final position. | [Editorial](https://github.com/Yawn-Sean/Daily_CF_Problems/blob/main/daily_problems/2026/03/0309/solution/cf106407b.md) |