a2
This commit is contained in:
parent
91186921dd
commit
23c05f865d
@ -49,11 +49,7 @@ int main(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
else {
|
else {
|
||||||
if (x != 0){
|
if (x == 0){
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
else {
|
|
||||||
printf ("Read: %s\nUnexpected closing bracket %c in %d\n",string, BB[i], i);
|
printf ("Read: %s\nUnexpected closing bracket %c in %d\n",string, BB[i], i);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user