First_Mobile(xman)

这个题也太水了吧。。。。。。First_Mobile(xman)

然后直接写就行了 

#include<stdio.h>
#include<algorithm>
#include<string.h>
#include<iostream>
using namespace std;
int b[]={23, 22, 26, 26, 25, 25, 25, 26, 27, 28, 30, 30, 29, 30, 32, 32};
int s[16];
int main()
{
   for(int i=0;i<16;i++)
   {
        printf("%c",122+i-2*b[i]);
   }
   return 0;
}

直接就可以跑出flag