Count the number of occurrences of the second input in the first input

Ex.

    x1 = 12344455511; x2 =2; output = 1
    x1 = 12344455511; x2 =1; output = 3

Solution Stats

127 Solutions

92 Solvers

Last Solution submitted on Feb 20, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...