Add the ability to generate and display problem-solving statistics for Codeforces users based on problem ratings. This feature should allow users to visualize how many problems they've solved at different difficulty levels, using a bar graph to represent the data.
User Problem Rating Statistics: For each problem rating from 800 to 2200 (with increments of 100), display the number of problems that the user has solved. (E.g. /problem-ratings username:userName)
Comparison Between Two Users: Generate a comparison chart that displays both users' solved problems across the rating range (800 to 2200). (E.g /compare-problem-ratings username1:user1 username2:user2)
For each command, the bar graph should be rendered onto a single JPG image before being sent back to the user as a message response.
Add the ability to generate and display problem-solving statistics for Codeforces users based on problem ratings. This feature should allow users to visualize how many problems they've solved at different difficulty levels, using a bar graph to represent the data.
/problem-ratings username:userName
)/compare-problem-ratings username1:user1 username2:user2
)For each command, the bar graph should be rendered onto a single JPG image before being sent back to the user as a message response.