diff options
| -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) |
