count

PythonF

Skip Lunch Count

An employee if he had breakfast after 11:00 am on a given day, skips lunch on that specific day. So given the time of his breakfast…
PythonF

Divisible Sum Pair Count

N numbers (A0, A1, A2, …, AN-1) are passed as input to the program. A positive integer D is also passed as input to the program.The…
PythonF

Digits Division Count

A number N is passed as input to the program. The program must print the count of digits which divide the number N without leaving a…
PythonF

Anagrams Count

Two strings S1, S2 are passed as input to the program. The program must print the count of anagrams present in both the strings. Out of each…
PythonF

Unique Alphabet Count

A string S is passed as input to the program which has only alphabets (all alphabets in lower case). The program must print the unique count…