In C program
Given a set of numbers representing the customers visiting the store and a number n, print all the customer numbers that has visited the store n times. If there isn't any, print "No lucky customer" instead.
Input
The first number represents the count of customers visiting the store.The succeeding numbers are the customers of the store represented by numbers 0 to 99.The last number is the lucky number n.
56015115153Output
The customers that have visited the store n times. If there's more than one customer, print them numerically in new lines. If there isn't any, print "No lucky customer".
15
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here