a1
This commit is contained in:
parent
8457a6d283
commit
93006e6392
@ -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]) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user