From 4888ba5877d0ef2d5ef1b73fabd791c33ba440fe Mon Sep 17 00:00:00 2001 From: Yawn-Sean <106463906+Yawn-Sean@users.noreply.github.com> Date: Sat, 1 Feb 2025 07:16:54 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75d4344df6..9adcc5995a 100644 --- a/README.md +++ b/README.md @@ -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}`. @@ -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) | \ No newline at end of file +| 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) |