| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
用这个程序生成样例 ,怎么是 NOIn Reply To:这个是常遇到的事,剪枝条件强过了wa, 删掉 ac or tle or wa Posted by:Honest at 2006-03-15 19:52:32 #include<stdio.h>
using namespace std;
int main()
{
int caseNum=1;printf("%d\n",caseNum);
printf("12000\n");
for(int i=0;i<4000;i++)
printf("1 2 3 ");
}
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator