From 2874ecee7d8caf88b478751fad6269eea8e24466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=20=D0=98?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Sun, 6 Apr 2025 14:52:31 +0300 Subject: [PATCH] code: add min --- main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.cpp b/main.cpp index 1d172a0..0054f5c 100644 --- a/main.cpp +++ b/main.cpp @@ -15,6 +15,12 @@ int main() cerr<<"A-max "<a){ + cerr<< "A - min"; + }else{ + cerr<< "B- min"; } } +}