摘要:
题目http://acm.hdu.edu.cn/showproblem.php?pid=1061;郁闷了半天,原先的wa代码为(第一次没头没脑地做,全乱了):#includeusing namespace std;int main(void){int n,a,rnum,b[10000],order;cin>>n;while(n--){ cin>>a; rnum=a; if(rnum...
阅读全文
posted @ 2011-04-23 21:29
cchun
阅读(186)
推荐(0)
编辑
摘要:
HDU1016题目http://acm.hdu.edu.cn/showproblem.php?pid=1016;#include#includeusing namespace std;int n;int number[100],visited[100];bool isprime(int a){ int flag=0; for(int i=2;i>n) { cout#...
阅读全文
posted @ 2011-04-23 21:27
cchun
阅读(260)
推荐(0)
编辑
摘要:
#include#includeusing namespace std;int main(void){ int stack[20],len,in[10],out[20],count[20]; int *pp=NULL,*p,top,*q,i,n; char strin[10],strout[10]; while(cin>>n) { cin>>strin...
阅读全文
posted @ 2011-04-23 21:23
cchun
阅读(214)
推荐(0)
编辑