This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
////https://www.spoj.com/problems/JULKA/ | |
/* | |
* | |
* 1. strings ko endpoint ni mil rha tha | |
* explicitly add '\0' at end of each char array like 112 => 112\0 | |
* 2. index out of bound possible | |
* garbage return hora tha | |
* |