Fix P.11: Missing bug description. (#2245)
Some checks are pending
build / build (push) Waiting to run
Deploy Jekyll with GitHub Pages dependencies preinstalled / build (push) Waiting to run
Deploy Jekyll with GitHub Pages dependencies preinstalled / deploy (push) Blocked by required conditions

This commit is contained in:
Sergii Slobodianiuk
2025-01-16 20:08:50 +01:00
committed by GitHub
parent 6864a9fc9e
commit f7d1181212

View File

@@ -1123,7 +1123,7 @@ Messy, low-level code breeds more such code.
}
This is low-level, verbose, and error-prone.
For example, we "forgot" to test for memory exhaustion.
For example, we "forgot" to test for memory exhaustion and assign new value to `sz`.
Instead, we could use `vector`:
vector<int> v;