#include <stdio.h>

int main()
{
   printf("100 Capabilities\n"
	  "Version: 1.0\n"
	  "Pre-Scan: true\n\n");
   fflush(stdout);
   sleep(10);
}