I made (Not Yet Another) problem filter script

Правка en1, от Mindeveloped, 2024-10-19 03:58:18

I made my own script to filter problems in CF problemset. If such script with same function already exists you can ignore my post or downvote it.

This is a python 3 script that fetches all problems from CF problemset and allows custom filtering. It supports custom filter criteria in python expression format. After you input the filter function, it filters the problems and choose a random one. More details can be found in spoilers below.

Filter Expression
Code
Теги script, problemset, python

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en4 Английский Mindeveloped 2024-10-19 05:26:20 120
en3 Английский Mindeveloped 2024-10-19 04:57:37 64
en2 Английский Mindeveloped 2024-10-19 04:52:43 101
en1 Английский Mindeveloped 2024-10-19 03:58:18 4479 Initial revision (published)