Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Your task is pretty simple , given a string S , find the total count of numbers present in the digit.
  2. Input
  3. The first line contains T , the number of test cases. The first line of each and every testc ase will contain a integer N , the length of the string . The second line of each and every test case will contain a string S of length N.
  4. Output
  5. For each and every testcase , output the total count of numbers present in the string.
  6. Constraints
  7. 0<T<200
  8. 0<N<10000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement