Search found 11 matches

by Evan72
Wed Jul 11, 2012 8:47 pm
Forum: Volume 102 (10200-10299)
Topic: 10245 - The Closest Pair Problem
Replies: 92
Views: 33726

Re: 10245 - The Closest Pair Problem

Thanks brianfry713.. silly mistake :( :@
by Evan72
Fri Jul 06, 2012 2:33 pm
Forum: Volume 113 (11300-11399)
Topic: 11385 - Da Vinci Code
Replies: 70
Views: 35185

Re: 11385 - Da Vinci Code

Thank u brianfry713 :)
by Evan72
Tue Jul 03, 2012 11:40 pm
Forum: Volume 113 (11300-11399)
Topic: 11385 - Da Vinci Code
Replies: 70
Views: 35185

Re: 11385 - Da Vinci Code WHY WA?!?

SOMEBODY HELP PLZ......

Code: Select all

AC
by Evan72
Mon Jul 02, 2012 11:52 pm
Forum: Volume 118 (11800-11899)
Topic: 11849 - CD
Replies: 24
Views: 10525

Re: 11849 CD ---Why RTE Please help me, please.

brianfry713 wrote:Each catalog number is a positive integer no greater than one billion.
Thank you :)
by Evan72
Sat Jun 16, 2012 12:59 pm
Forum: Volume 118 (11800-11899)
Topic: 11849 - CD
Replies: 24
Views: 10525

Re: 11849 CD ---Why RTE Please help me, please.

Code: Select all

#include<stdio.h>
removed after AC
by Evan72
Fri Jun 15, 2012 10:39 pm
Forum: Volume 119 (11900-11999)
Topic: 11946 - Code Number
Replies: 49
Views: 17338

Re: 11946 - Code Number WHY WA?PLZ HELP!

brianfry713 wrote:Evan72, You need to copy the newlines.
Thanx..got AC :)
by Evan72
Wed Jun 13, 2012 4:59 pm
Forum: Volume 119 (11900-11999)
Topic: 11946 - Code Number
Replies: 49
Views: 17338

Re: 11946 - Code Number WHY WA?PLZ HELP!

Code: Select all

got AC
by Evan72
Mon May 14, 2012 5:29 pm
Forum: Volume 102 (10200-10299)
Topic: 10245 - The Closest Pair Problem
Replies: 92
Views: 33726

Re: WHY WA? PLZ HELP

Code: Select all

removed
by Evan72
Mon Apr 30, 2012 10:11 pm
Forum: Volume 117 (11700-11799)
Topic: 11713 - Abstract Names
Replies: 13
Views: 6612

Re: 11713 - Abstract Names

Thanx bro..got AC :)
by Evan72
Mon Apr 30, 2012 12:05 am
Forum: Volume 117 (11700-11799)
Topic: 11734 - Big Number of Teams will Solve This
Replies: 26
Views: 12294

getting WA..not getting reason..help

#include<stdio.h>
#include<string.h>

int main()
{
char judge[50], team[50], test[50];
int i, n, tst, j;
scanf("%d", &n);
for(tst = 1; tst <= n; tst++)
{
scanf(" %[^\n]", team);
scanf(" %[^\n]", judge);
if(strcmp(team, judge) == 0)
printf("Case %d: Yes ...
by Evan72
Sat Apr 28, 2012 2:06 pm
Forum: Volume 117 (11700-11799)
Topic: 11713 - Abstract Names
Replies: 13
Views: 6612

Re: 11713 - Abstract Names

getting WA..plz help figure out the problem..

#include<stdio.h>
#include<string.h>

int main()
{
char real[21], game[21];
int length, i, tst;
scanf("%d", &tst);
while(tst--)
{
scanf("%s", real);
scanf("%s", game);
if(strlen(game) != strlen(real))
{
printf("No\n");
continue;
}
else ...

Go to advanced search