Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

Re:不是下面的结果么?

Posted by 00448151 at 2005-05-25 21:47:37 on Problem 1320
In Reply To:不是下面的结果么? Posted by:00448151 at 2005-05-25 21:46:54
为什么总是wa呢?真奇怪

#include <iostream.h>
#include <iomanip.h>
void main ()
{
	cout<<setw(10)<<"6"<<setw(10)<<"8"<<endl
		<<setw(10)<<"35"<<setw(10)<<"49"<<endl
		<<setw(10)<<"204"<<setw(10)<<"288"<<endl
		<<setw(10)<<"1189"<<setw(10)<<"1681"<<endl
		<<setw(10)<<"6930"<<setw(10)<<"9800"<<endl
		<<setw(10)<<"40391"<<setw(10)<<"57121"<<endl
		<<setw(10)<<"100469"<<setw(10)<<"107694"<<endl
		<<setw(10)<<"1250970"<<setw(10)<<"1251592"<<endl
		<<setw(10)<<"2096128"<<setw(10)<<"2097152"<<endl
		<<setw(10)<<"24080765"<<setw(10)<<"24080817"<<endl;
}


>          6         8
>         35        49
>        204       288
>       1189      1681
>       6930      9800
>      40391     57121
>     100469    107694
>    1250970   1251592
>    2096128   2097152
>   24080765  24080817

Followed by:

Post your reply here:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator