Search found 5 matches

by goldenbird299
Mon Sep 03, 2012 6:44 pm
Forum: Volume 100 (10000-10099)
Topic: 10050 - Hartals
Replies: 59
Views: 29824

Re: 10050 - Hartals, WA ??

hi all
i got WA for this problem
here's my code:
#include <iostream>
#include <stdio.h>
#include <algorithm>
#include <string.h>
#include <string>
#include <limits.h>
using namespace std;

int main()
{
int t, n, p, h[130], cnt;
bool b[3660];
cin >> t;
for(int z = 0; z < t; z++)
{
memset(b, 0 ...
by goldenbird299
Thu Aug 16, 2012 6:43 am
Forum: Volume 5 (500-599)
Topic: 543 - Goldbach's Conjecture
Replies: 109
Views: 41205

Re: 543-goldbach's conjecture..WHY AM I GETTING TLE??

OMG!
what a mistake!
i thought n < 100000 !!
Thanks Brian :)
by goldenbird299
Wed Aug 15, 2012 3:26 pm
Forum: Volume 5 (500-599)
Topic: 543 - Goldbach's Conjecture
Replies: 109
Views: 41205

Re: 543-goldbach's conjecture..RE??

hi everyone
can you help me with this code?
it gets RE from judge >_<

Code: Select all

Removed after AC
by goldenbird299
Wed Aug 15, 2012 3:22 pm
Forum: Volume 100 (10000-10099)
Topic: 10035 - Primary Arithmetic
Replies: 328
Views: 101927

Re: 10035 - Primary Arithmetic

Thanks Brianfry
i got AC
:)
by goldenbird299
Sun Aug 05, 2012 8:30 am
Forum: Volume 100 (10000-10099)
Topic: 10035 - Primary Arithmetic
Replies: 328
Views: 101927

10035 - Primary Arithmetic

hi
this is my code for this problem, can anybody tell me why it keeps giving me WA?

Code: Select all

AC
}

Go to advanced search