现在我用图形化作出了去年广东省冠军的进攻手
现在这招已经有破解方法了,如有必要请加我Q751859681 讨论战术,,
#include #include #include #include #include int main(void) { double x = 0; double y = 0; int fx = 0; double a = 0; double b = 0; while (1) { fx = GetAttack(); x = GetBallX(); y = GetBallY(); if ( fx>0 ) { a=2000; b=x-30; } else { a=0; b=x+30; } if ( y<440 ) { SetMoveTo(b, 440); } else { if ( y>740 ) { SetMoveTo(b, 760); } else { SetKickBallTo(a, 600); } } } return 1; }