标签:input clu 数据 zoj 数据规模 memory puts main int
#include<cstdio> #define ull unsigned long long ull s,tmp; int t,a[10]; int main() { scanf("%d",&t); while(t--) { s=0; for(int i=0;i<8;i++) scanf("%d",&a[i]); scanf("%llu",&tmp); for(int i=0;i<8;i++) s+=(1LL<<a[i]); if(s!=1LL<<63||tmp!=s) printf("%llu\n",s+tmp); else puts("18446744073709551616"); } }
标签:input clu 数据 zoj 数据规模 memory puts main int
原文地址:http://www.cnblogs.com/lkhll/p/6279870.html