摘要:
#include using namespace std; #define SIZE 20 int data[SIZE]; int N; int used[SIZE]; int ballon[SIZE]; int count=0; int weizhi[SIZE]; int Maxscore; int score(int p,int len) { int pos=p; int r=p; ... 阅读全文
摘要:
#include using namespace std; #define SIZE 20 int data[SIZE]; int used[SIZE]={0}; int ballon[SIZE]; int N; int weizhi[SIZE]; int Maxscore; int socore(int ballon[SIZE],int len,int j){ int sum=0; ... 阅读全文
摘要:
#include int map[99][99]; int mov1[4]={1,0,-1,0}; int mov2[4]={0,-1,0,1}; int sx; int sy; int ex; int ey; int X; int Y; int min; void milu(int x,int y,int step) { if(step>min) return... 阅读全文