EgorKulikov
EgorKulikov
Currently receipts are processed in the following order: 1. Local receipts generated by transaction of the current block 2. Delayed receipts (ordered by block they were generated in, then first...
Example of problem: https://coderun.yandex.ru/seasons/2025-winter/tracks/common/problem/thermal-panels
For example, for the problem https://www.facebook.com/codingcompetitions/hacker-cup/2025/round-1/problems/A1 parsed regex is "snake_scales_chapter__.*input[.]txt", but the actual file name is "snake_scales_chapter_1_input.txt". Digits should not be ignored
Example for new problem ui: https://kep.uz/contests/487/problem/A
Task example: https://www.eldarverse.com/problem/halloween25-1A
It seems they changed interface to the one used by coderun (unfortunately parser from coderun do not work) You can find demo contest here: https://contest.yandex.com/demo-new-en
When trying to login I've got the following error: ` No CSRF Token found [{'data': 'No CSRF Token found', 'code': 500}] `