摘要:Manhattan 2025Time Limit: 1000MSMemory Limit: 30000KTotal Submissions: 1318Accepted: 703DescriptionBackground Manhattan in the year 2025 - it is so de...
阅读全文
摘要:Time Limit: 1000MSMemory Limit: 10000KTotal Submissions: 3906Accepted: 1924DescriptionEva has a balance with 20 poises. The weights of the poises are ...
阅读全文
摘要:Divided LandTime Limit: 8000/4000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 56Accepted Submission(s): 27 Problem ...
阅读全文
摘要:BrainmanTime Limit: 1000 MS Memory Limit: 30000 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]DescriptionB...
阅读全文
摘要:#include #include using namespace std;#define LL long longLL gcd(LL a, LL b){ return b ? gcd(b, a % b) : a;}LL polya(LL n){ LL ret = 0; for(L...
阅读全文
摘要:http://poj.org/problem?id=1099#include#include#include using namespace std;#define N 60int x,y,n;char mat[N][N];struct node{ int num,id; int han...
阅读全文
摘要:FibonacciTime Limit: 1000 MS Memory Limit: 65536 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]Description...
阅读全文
摘要:http://blog.sina.com.cn/s/blog_4c3b6a070100etad.html
阅读全文
摘要:http://blog.163.com/lz_666888/blog/static/1147857262009914112922803/
阅读全文
摘要:2D-NimTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 3081Accepted: 1398DescriptionThe 2D-Nim board game is played on a grid, with pieces on ...
阅读全文
摘要:http://blog.csdn.net/acm_cxlove/article/details/7854526简单的巴什博弈1:HDOJ1846 Brave Game [找规律] #include #include #include using namespace std; int main(...
阅读全文
摘要:Time Limit: 1000 MS Memory Limit: 10000 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]DescriptionAs we all...
阅读全文