sio2project / oioioi

GNU General Public License v3.0
162 stars 72 forks source link

Allow model solutions with long names #268

Closed MasloMaslane closed 10 months ago

MasloMaslane commented 1 year ago

I changed the model solution's regex from ^<task id>[0-9]*([bs]?)[0-9]* to ^<task id>[0-9]*([bs]?)[0-9]*(sol.*)?. This will allow new model solutions to have long and descriptive names while not breaking old model solutions (for example abc1s10sol_very_long_name.cpp).