Search found 1 match

by miisakib
Sat May 21, 2011 12:37 am
Forum: Volume 103 (10300-10399)
Topic: 10324 - Zeros and Ones
Replies: 179
Views: 67723

Re: 10324 - Zeros and Ones

What's The Problem in My Code.. Why UVA shows it Wrong Answer??


#include<iostream>
#include<stdio.h>
#include<string>
using namespace std;

int main()
{
long long int sumArray[1000002], caseNo=1, noOfQuery, temp1, i, j, sumOfNumbersBetweenTheRange, max, min;
string inputString;
sumArray[0]=0 ...

Go to advanced search