#include <iostream.h> struct game { char name[20]; } game unsortednames[36]; int main (void) { return 0; }