This commit is contained in:
Bohdan Kapliuk 2024-10-27 22:33:38 +02:00
parent 8457a6d283
commit 93006e6392

View File

@ -11,6 +11,7 @@ int main() {
int position[LINESIZE];
int x = 0;
fgets(vstup, LINESIZE, stdin);
printf("Read: %s", vstup);
for (int j = 0; j < strlen(vstup); j++) {
for (int i = 0; i < 4; i++) {
if (vstup[j] == brackets[i]) {