remove unused ir
This commit is contained in:
parent
4ec6d74e65
commit
a28174b99f
44 changed files with 59 additions and 630 deletions
|
|
@ -68,7 +68,7 @@ void solve() {
|
|||
for (auto &e : vert)
|
||||
cin >> e;
|
||||
|
||||
println("{}", n + m);
|
||||
println("{}", m + n);
|
||||
}
|
||||
|
||||
int main() { // {{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue