Skip to content

abderhmanali23/Solved_Cdoeforces_problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solved_Cdoeforces_problems

Get solved problems for given handles

Description:
This Python script retrieves the names of solved problems for given handles.
It returns the problem set for all handles except the one currently logged in.
For the logged-in handle, it includes all solved problems, including any mash problems.

Required libraries:
1- bs4
2- html5lib
3- requests

Instructions for how to enter data in input.txt file:
1- The first line should contain your login information: Username and Password separated by a space.
2- For any number of lines, write handles one handle per line.

Example:
Ahmed_Ibrahim 012345667a
Abdelrhman_Hassan
Nour
Ahmed_Ibrahim

Its expected to see the output on output.txt file and in case of any error you will see it on error.txt .

Releases

No releases published

Packages

No packages published

Languages