Search found 1 match

by laituan245
Wed Jul 04, 2012 12:40 pm
Forum: Volume 5 (500-599)
Topic: 524 - Prime Ring Problem
Replies: 74
Views: 31322

Re: Help me plz

I don't know why but i keep getting WA. :evil:
I think i have checked all the cases (hopefully)
Can anyone help me please ?
#include <iostream>
#include<cstdio>
using namespace std;
static int n;
static int data [17];
static bool used[17];
static bool Prime[17];
void test (int k)
{
for ...

Go to advanced search