remove unused ir

This commit is contained in:
Barrett Ruth 2025-09-21 14:35:37 -04:00
parent 4ec6d74e65
commit a28174b99f
44 changed files with 59 additions and 630 deletions

View file

@ -68,7 +68,7 @@ void solve() {
for (auto &e : vert)
cin >> e;
println("{}", n + m);
println("{}", m + n);
}
int main() { // {{{