feat(codeforces): 998

This commit is contained in:
Barrett Ruth 2025-02-07 10:44:44 -05:00
parent ceda5687f2
commit dc46462a62
31 changed files with 1346 additions and 0 deletions

View file

@ -0,0 +1,9 @@
a.cc: In function void solve():
a.cc:74:14: error: expected ; before } token
74 | dbgln("hi")
| ^
| ;
75 | }
| ~
[code]: 1