SBSTR1 - Substring Check (Bug Funny)

Given two binary strings, A (of length 10) and B (of length 5), output 1 if B is a substring of A and 0 otherwise.

Please note, that the solution may only be submitted in the following languages: Brainf**k, Whitespace and Intercal.

Input

24 lines consisting of pairs of binary strings A and B separated by a single space.

Output

The logical value of: 'B is a substring of A'.

Example

First two lines of input:

1010110010 10110
1110111011 10011

First two lines of output:
1
0


Added by:adrian
Date:2004-05-01
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:BF ICK WHITESPACE

hide comments
2015-06-30 21:41:43
<snip>

Last edit: 2022-09-11 00:33:33
2015-06-12 02:05:24
This is the kind of program where you realise how important proper commenting actually is haha
2015-05-21 12:02:37
Why not C/C++???
2015-03-23 17:47:59 Seven.Martinez
Available only for 3 language, what the?
2015-03-15 06:44:14 al117
Is space considered as character?
2015-02-27 11:14:26 Tista Saha
i did it on C and now i realise dats not allowed :( im a beginner.poor me :(
2015-02-18 12:57:28 Maneesh Sharma
Why such a language restriction ? That is quite discouraging. I realized this after solving the problem when I expanded the language drop down.

re(vamsi): this problem isn't really a problem in other languages. allowing only esoteric languages is what makes it difficult.

Last edit: 2015-02-19 12:50:32
2014-11-06 15:17:01 Yiri Wen
how could such a problem TLE!
2014-10-27 18:40:24 Tomasz Wasilczyk
Brainfuck isn't that bad. Actually, I really enjoyed it. :)

The worst part is, that a comment in your code could introduce a bug (if you type a comma etc).
2014-10-23 07:23:53 Anubhav Balodhi
All those who are trying it in languages other than mentioned, will surely get a wa :-P
I learnt WhiteSpace for it, but still can't solve it. aaaah strings...

Last edit: 2014-10-23 07:24:27
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.