摘要:
枚举,貌似数据量挺大的,其实不大,就看最深层的tot加了多少次,就可估计出真正的规模//枚举
#include <iostream>
#include <stdio.h>
#include <algorithm>
#define ll long long
using namespace std;
const int maxn=2000000000;
int num[10000];
int main()
{ ll i1,i2,i3,i4;//注意long long 因为虽然按理说是不会爆int,相乘这个过程可能会溢出 int tot=0; for(i1=1;i 阅读全文
posted @ 2012-12-31 11:47
LJ_COME!!!!!
阅读(135)
评论(0)
推荐(0)

浙公网安备 33010602011771号