11248 - Eating Group Status | Limits Submit Description [Partial Judge: C] There are N hungry people, numbered from 1 to N. Each of them is going to have a lunch with someone else or alone. With the given input, try to find out that which restaurant to go for each person. Each restaurant is also represented by an integer. Notice: You need to implement all three functions defined in the 11248.h header file. There are two arrays of length 100 (a,b) leaved for you to implement your method. That should be enough. Read input hint: int i, a; scanf("%d" , &a); for ( i=0; i