摘要:
#include using namespace std; int n,m,sum=0,maxx=0,num=1e9+5; int a[10][10],flag[10][10]; int ansx[4]={0,0,-1,1},ansy[4]={1,-1,0,0}; void dfs(int x,int y,int currentsum,int currentnum){ fl... 阅读全文
posted @ 2019-03-15 00:06
frente
阅读(183)评论(1)推荐(0)
摘要:
贪心、 B. Views Matter time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output 贪心、 B. Views Matter 阅读全文