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 ...
Search found 5 matches
- Mon Sep 03, 2012 6:44 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10050 - Hartals
- Replies: 59
- Views: 29824
- 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
what a mistake!
i thought n < 100000 !!
Thanks Brian

- 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 >_<
can you help me with this code?
it gets RE from judge >_<
Code: Select all
Removed after AC
- 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

i got AC

- 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?
this is my code for this problem, can anybody tell me why it keeps giving me WA?
Code: Select all
AC
}