#include <cstdio>
using namespace std;

int main()
{
    int gx;
    gx=6;
    printf("%d\n",gx);
    //感觉是不是有点奇怪
    return 0;
}
04-20 13:38