摘要:
POJ3067 Japan树状数组基础View Code //11584687 NKHelloWorld 3067 Accepted 2764K 485MS C++ 1186B 2013-05-11 14:37:10//这道题可能存在重边,K可能很大,需要longlong才能过#include <cstdio>#include <cstring>#include <algorithm>using namespace std;typedef long long ll;int n,m,k;ll tree[1100];struct NODE{ i... 阅读全文
posted @ 2013-05-11 16:34
NKHe!!oWor!d
阅读(163)
评论(0)
推荐(0)
摘要:
啊//11584687 NKHelloWorld 3067 Accepted 2764K 485MS C++ 1186B 2013-05-11 14:37:10//这道题可能存在重边,K可能很大,需要longlong才能过#include <cstdio>#include <cstring>#include <algorithm>using namespace std;typedef long l... 阅读全文
posted @ 2013-05-11 15:05
NKHe!!oWor!d
阅读(270)
评论(0)
推荐(0)
浙公网安备 33010602011771号