📥 ENTER LEETCODE PROBLEM INPUT
💡 Format: "Problem Number. Problem Title" (e.g., "1304. Find N Unique Integers Sum up to Zero")
💥 Invalid format. Please use: "123. Problem Title"
📚 EXAMPLES HOW IT WORKS
Input: 1304. Find N Unique Integers Sum up to Zero

File: find_n_unique_integers_sum_up_to_zero_1304.py

Commit: git commit -m "Solve Leetcode Problem 1304. Find N Unique Integers Sum up to Zero"
Input: 1. Two Sum

File: two_sum_1.py

Commit: git commit -m "Solve Leetcode Problem 1. Two Sum"