Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yawn-Sean authored Jan 31, 2025
1 parent 08bb234 commit 4888ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

- 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/...}`.
- Remember to name your submission code file `${problem_code}_${your_name}.{py/cpp/...}`.

- Also, when creating a pull request, please title it `${YYYYMMDD} ${INFO}`.

Expand All @@ -25,4 +25,4 @@ Here are the current statistics of submissions: [Link](https://yawn-sean.github.
| Difficulty | Problems | Hints | Solution |
| ---------- | -------- | ----- | -------- |
| 1600 | [CF1137A](https://codeforces.com/problemset/problem/1137/A) | What determines the answer? | [Editorial](https://github.com/Yawn-Sean/Daily_CF_Problems/blob/main/daily_problems/2025/02/0201/solution/cf1137a.md) |
| 2400 | [CF1070I](https://codeforces.com/problemset/problem/1070/I) | Find out the purpose of painting two edges into the same color. | [Editorial](https://github.com/Yawn-Sean/Daily_CF_Problems/blob/main/daily_problems/2025/02/0201/solution/cf1070i.md) |
| 2400 | [CF1070I](https://codeforces.com/problemset/problem/1070/I) | Find out the purpose of painting two edges into the same color. | [Editorial](https://github.com/Yawn-Sean/Daily_CF_Problems/blob/main/daily_problems/2025/02/0201/solution/cf1070i.md) |

0 comments on commit 4888ba5

Please sign in to comment.