0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-16 20:05:26 +00:00

fix: P1597

This commit is contained in:
Baoshuo Ren 2022-06-03 07:55:57 +08:00
parent 553ea14d1d
commit 52028a670e
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -66,7 +66,6 @@ int main() {
}
break;
}
cout << a << ' ' << b << ' ' << c << endl;
}
printf("%d %d %d\n", a, b, c);