ÉèΪÊ×Ò³ ¼ÓÈëÊÕ²Ø

TOP

hdu 1364 Illusive Chase (dfs)
2015-07-20 17:34:36 À´Ô´: ×÷Õß: ¡¾´ó ÖРС¡¿ ä¯ÀÀ:1´Î
Tags£ºhdu 1364 Illusive Chase dfs
# include 
  
   
# include 
   
     # include 
    
      # include 
     
       using namespace std; struct node { int x1; int x2; char x[5]; }; struct node a[100010]; int map[110][110]; int n,m,k; bool judge (int xx1,int yy1) { if(xx1<1||xx1>n||yy1<1||yy1>m) return 0; return 1; } int dfs(int x,int y,int cot) { int i,j; int fx,fy; if(cot==k) return true; for(i=1; i
      
       >a[k].x; k++; } cot1=0; for(i=1; i<=n; i++) { for(j=1; j<=m; j++) { if(map[i][j]==0) { if(dfs(i,j,0)) cot1++; } } } printf("%d\n",cot1); } } return 0; } 
      
     
    
   
  

¡¾´ó ÖРС¡¿¡¾´òÓ¡¡¿ ¡¾·±Ìå¡¿¡¾Í¶¸å¡¿¡¾Êղء¿ ¡¾ÍƼö¡¿¡¾¾Ù±¨¡¿¡¾ÆÀÂÛ¡¿ ¡¾¹Ø±Õ¡¿ ¡¾·µ»Ø¶¥²¿¡¿
·ÖÏíµ½: 
ÉÏһƪ£ºHDOJ 3966 Aragorn's Story ÏÂһƪ£ºBZOJ 1433 ZJOI 2009 ¼ÙÆÚµÄËÞÉá ..

ÆÀÂÛ

ÕÊ¡¡¡¡ºÅ: ÃÜÂë: (ÐÂÓû§×¢²á)
Ñé Ö¤ Âë:
±í¡¡¡¡Çé:
ÄÚ¡¡¡¡ÈÝ:

¡¤Linuxϵͳ¼ò½é (2025-12-25 21:55:25)
¡¤Linux°²×°MySQL¹ý³Ì (2025-12-25 21:55:22)
¡¤Linuxϵͳ°²×°½Ì³Ì£¨ (2025-12-25 21:55:20)
¡¤HTTP Åc HTTPS µÄ²î„ (2025-12-25 21:19:45)
¡¤ÍøÕ¾°²È«±ØÐ޿ΣºÍ¼ (2025-12-25 21:19:42)