Samkit5025

Test case

May 11th, 2022
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. #Testcases for Finding the character
  2.  
  3. ___________________________________________________________________________________________________________________________
  4. // Testcase : 1
  5.  
  6. //Input :
  7. 4 11
  8.  
  9. //Output :
  10. 1
  11. ___________________________________________________________________________________________________________________________
  12. // Testcase : 2
  13.  
  14. //Input :
  15. 3 4
  16.  
  17. //Output :
  18. 1
  19. ___________________________________________________________________________________________________________________________
  20. // Testcase : 3
  21.  
  22. //Input :
  23. 1 1
  24.  
  25. //Output :
  26. 0
  27. ___________________________________________________________________________________________________________________________
  28. // Testcase : 4
  29.  
  30. //Input :
  31. 10 985
  32.  
  33. //Output :
  34. 0
  35. ___________________________________________________________________________________________________________________________
  36. // Testcase : 5
  37.  
  38. //Input :
  39. 8 240
  40.  
  41. //Output :
  42. 0
  43. __________________________________________________________________________________________________________________________
  44. // Testcase : 6
  45.  
  46. //Input :
  47. 14 10894
  48.  
  49. //Output :
  50. 0
  51. ___________________________________________________________________________________________________________________________
  52. // Testcase : 7
  53.  
  54. //Input :
  55. 18 134353
  56.  
  57. //Output :
  58. 0
  59. ___________________________________________________________________________________________________________________________
  60. // Testcase : 8
  61.  
  62. //Input :
  63. 19 493362
  64.  
  65. //Output :
  66. 1
  67. ___________________________________________________________________________________________________________________________
  68. // Testcase : 9
  69.  
  70. //Input :
  71. 10 392
  72.  
  73. //Output :
  74. 1
  75. ___________________________________________________________________________________________________________________________
  76. // Testcase : 10
  77.  
  78. //Input :
  79. 15 22631
  80.  
  81. //Output :
  82. 1
  83. ___________________________________________________________________________________________________________________________
  84. // Testcase : 11
  85.  
  86. //Input :
  87. 20 45522
  88.  
  89. //Output
  90. 1
  91. __________________________________________________________________________________________________________________________
  92. // Testcase : 12
  93.  
  94. //Input :
  95. 13 1445
  96.  
  97. //Output :
  98. 0 ___________________________________________________________________________________________________________________________
Advertisement
Add Comment
Please, Sign In to add comment