Search found 1 match

by hafez_hafez
Thu Oct 29, 2009 7:13 pm
Forum: Volume 110 (11000-11099)
Topic: 11063 - B2-Sequence
Replies: 73
Views: 51678

Re: 11063 - B2-Sequence

i've alot of WA :s why anybody helppppppppppppppppppp

#include<iostream>
#include<string>

using namespace std ;
bool aray[1000000];
int ar[100000];


int main()
{

int n , sum ;
int t = 1 ;
while(cin >> n )
{
fill(aray , aray+1000000 , false);
bool flage = true , flg = false;

for(int i ...

Go to advanced search