Обновить task4.cpp

This commit is contained in:
2025-09-30 19:53:37 +03:00
parent 9b64e13e2a
commit e7519dc24f

View File

@@ -31,4 +31,4 @@ int main() {
delete[] a; delete[] a;
delete[] b; delete[] b;
return 0; return 0;
} }