diff options
| author | Yidi <noob999noob999@gmail.com> | 2024-09-06 18:04:58 +0200 |
|---|---|---|
| committer | Yidi <noob999noob999@gmail.com> | 2024-09-06 18:04:58 +0200 |
| commit | d4352adae52b2606e5f5db069b2899d444e85e77 (patch) | |
| tree | 137c39ca4630285388d7585dbb1ac5a66f8534fc | |
| parent | 77997253fb0978c2f45b73982eb0926756747882 (diff) | |
fix comment
| -rw-r--r-- | content/other/pbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/other/pbs.cpp b/content/other/pbs.cpp index e6ef07d..f4db2fd 100644 --- a/content/other/pbs.cpp +++ b/content/other/pbs.cpp @@ -16,4 +16,4 @@ while (true) { } if (/* requirement already fulfilled */) high[i] = mid; else low[i] = mid; -}} // answer in low (and high) +}} // answer in low (MAX_OPERATIONS if never ok) |
