kth-competitive-programming / kactl

KTH Algorithm Competition Template Library (... eller KTHs AC-tillverkande lapp)
2.68k stars 711 forks source link

Fix unintended escape character #265

Closed gnahtb closed 3 weeks ago

gnahtb commented 3 weeks ago

When I tried to build my university kactl version the involved line of code somehow got executed and raised an error. It seems to me it should be a raw string instead of a normal string with escape character "\k".