#include <cstdio> using namespace std; int main() { int gx; gx=6; printf("%d\n",gx); //感觉是不是有点奇怪 return 0; }