Monday, December 14, 2015

#include 

int main()
{
  printf("MV Rocks!!!\n");
  printf("SK Rocks!!!\n");
  return 0;
}