From bf2e9c33bee1d38bd7809a31a253bf2b402cd2e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandru=20Tof=C4=83nel?= Date: Fri, 12 Dec 2025 12:04:03 +0200 Subject: [PATCH] =?UTF-8?q?Am=20=C3=AEnceput=20s=C4=83=20lucrez=20la=20exe?= =?UTF-8?q?rci=C8=9Biul=20cu=20paranteze?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tema_3/paranteze.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tema_3/paranteze.cpp b/tema_3/paranteze.cpp index 6a19fd2..529d97b 100644 --- a/tema_3/paranteze.cpp +++ b/tema_3/paranteze.cpp @@ -2,3 +2,9 @@ //verifice dacă şirul este corect. Pentru rezolvare folosiţi o stivă de catactere //implementare proprie sau std::stack. Exemplu: şirul [()()] este corect, şirul //([]) nu este corect, şirul ()]( nu este corect. +// +#include + +int main() { + return 0; +}