原创 poj1804

#include <iostream> #include <stdio.h> using namespace std; long long sum; void add(int a[],int l,int m,int r) //歸併

原创 poj2159

#include <iostream> #include <stdio.h> #include <algorithm> #include <string.h> #include <memory.h> using namespace st

原创 poj1111

#include <iostream> #include <stdio.h> using namespace std; int a[30][30],b[30][30],n,m,x,y,que[900][2],f,r; int dicx

原创 poj1001

多精度乘單精度 #include <iostream> #include <stdio.h> #include <cstring> using namespace std; int main() { char rr[6];

原创 poj1083

#include <iostream> #include <stdio.h> #include <cstring> using namespace std; int a[210]; int main() { int k,n,x,

原创 poj2586

#include <iostream> #include <stdio.h> using namespace std; int main() {  

原创 poj1328

#include <iostream> #include <cstdio> #include <algorithm> #include <cmath

原创 poj1101

#include <iostream> #include <stdio.h> using namespace std; int w,h,x1,x2,y1,y2,a[80][80],f[80][80],best,now, dx[

原创 poj1068

#include <iostream> #include <stdio.h> using namespace std; int main() { int n,m,i,j,k,t,z,x; char p[1000000];

原创 poj1166

#include <iostream> using namespace std; int main() { int i,a[10],b[10],c[10]; for(i=1;i<=9;i++) cin>>a[i

原创 poj1363

#include <iostream> #include <stdio.h> using namespace std; int main() { int n,a[1005],z[1005],t,f,r,i; // freop

原创 poj1011

#include <iostream> #include <cstdio> #include <algorithm> using namespace

原创 poj1936

#include <iostream> #include <stdio.h> #include <cstring> using namespace

原创 poj2255

#include <iostream> #include <stdio.h> #include <string.h> using namespace std; struct tr { char c; int l;

原创 poj1004

#include <iostream> #include <stdio.h> using namespace std; int main() { double sum,mou; int i; // freopen("in.t