2007年10月5日

nice 位运算果真是好东西,今天算是学到点啦^_^

摘要: pku 2443 前面没用位的时候不是超时就是超内存(96M),用了以后,nice~~ #include #include int c[10001][32]; int main() { int n,i,j,tmp,a,b; while(scanf("%d",&n)==1) { for(i=1; i<=10000; i++) for(j=0; j<32; j+... 阅读全文

posted @ 2007-10-05 19:15 xmx 阅读(191) 评论(0) 推荐(0)

导航