Search found 1 match

by al_noman
Tue Apr 28, 2015 3:36 pm
Forum: Volume 117 (11700-11799)
Topic: 11734 - Big Number of Teams will Solve This
Replies: 26
Views: 12362

Re: 11734 - Big Number of Teams will Solve This

I am getting Wrong Answer. I can't find the bug. Below is my code


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

int main()
{
char teamInput[50], judgeInput[50];
int numberOfTestCase, teamInputLength, judgeInputLength, i,j,spaceFlag, errorFlag;
cin ...

Go to advanced search