#include <stdio.h>
#include <stdlib.h>
int main( void )
{
 char str[255] = __FILE__;
 sprintf(str,"type \\"%s\\"",__FILE__);
 system(str);
 return 0;
}


망했어요 부들부들;;