Skip to content

RaulAbakarov/codeforces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ† Codeforces Solutions

My solutions to competitive programming problems from Codeforces.

Python Codeforces

πŸ“‚ Solutions

Problem Solution Difficulty Topic
71A - Way Too Long Words 71a.py 800 Strings
2104A 2104A.py - -
2107B 2107B.py - -

πŸš€ Running Solutions

# Run a specific solution
python 71a.py

# With input file
python 71a.py < input.txt

πŸ“Š Stats

  • Language: Python 3
  • Judge: Codeforces

🎯 Categories

Solutions are organized by problem number. Common topics include:

  • String manipulation
  • Mathematics
  • Dynamic Programming
  • Greedy algorithms
  • Data structures

πŸ“ Template

import sys
input = sys.stdin.readline

def solve():
    # Your solution here
    pass

t = int(input())
for _ in range(t):
    solve()

πŸ‘€ Author

Raul Abakarov β€” GitHub | Codeforces Profile


⭐ Happy coding and may your solutions always pass!

About

Codeforces Problems Solutions

Resources

Stars

Watchers

Forks

Contributors

Languages