#include <stdio.h>
int main() {
return 0;
}
#define SIZE 100
struct student {
char name[SIZE];
int votes;
};