Search found 1 match

by tahsinc
Thu Jul 09, 2015 6:05 am
Forum: Volume 5 (500-599)
Topic: 524 - Prime Ring Problem
Replies: 74
Views: 31015

Re: 524 - Prime Ring Problem

I am getting WA over and over again. .I followed the all the Re post, check the counter number for this. Please, check my code and help me to find where I did the mistake. Here, is the code below:

#include <iostream>
#include <cstring>
#include <cmath>

using namespace std;

int N;
int A[100 ...

Go to advanced search