How to check which number is greater

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


How to check which number is greater



How to write in brainf**k program that tells me which number is bigger?



for 123 12 it should print 1
for 12 123 it should print 2
for 5 5 it should print 0


123 12


1


12 123


2


5 5


0



I found many programs in brainf**k which realise this problem but no of them not running under ideone.com.



Examples:
https://ideone.com/VmIjct, https://ideone.com/rVOTok - there are solutions from other stackoverflow topic.









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Arduino Mega cannot recieve any sketches, stk500_recv() programmer is not responding

Visual Studio Code: How to configure includePath for better IntelliSense results

C++ virtual function: Base class function is called instead of derived