From dc9d37e835886f438e19791baf2fb0695b244e7c Mon Sep 17 00:00:00 2001 From: "Jay Arre P. Talosig" <35078433+flexycode@users.noreply.github.com> Date: Sat, 5 Apr 2025 23:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=8A=20CSALCOMP=C2=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Revision - Removed all error message outputs - Uses simple return statements to exit on any validation failure - Catches exceptions silently without printing messages --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 508b605..d9a0bd1 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,10 @@ We are grateful for his guidance and support in our journey through the complexi and Enforce constraint (1 ≤ a ≤ k) and add try-catch for input validation - ✨ Fix changelogs +### Revision +- Removed all error message outputs +- Uses simple return statements to exit on any validation failure +- Catches exceptions silently without printing messages 🧊 CSALCOMP  ```