Search found 6 matches

by mazid
Sat Apr 06, 2013 7:32 pm
Forum: Volume 117 (11700-11799)
Topic: 11716 - Digital Fortress
Replies: 39
Views: 17591

Re: 11716 - Digital Fortress WA??

Accepted :D
Thanks brianfry713
It was a problem with fflush(stdin)
by mazid
Sat Apr 06, 2013 7:25 pm
Forum: Volume 125 (12500-12599)
Topic: 12532 - Interval Product
Replies: 8
Views: 3423

12532 - Interval Product TLE

Getting TLE :(
How can I improve my code???
#include<stdio.h>
#include<string.h>
#include<stdlib.h>

int main()
{
int n,k,i,j,mult,c;
int N[100000],a,b;
char ch[2],ans[100000];

while(scanf("%d %d",&n,&k)!=EOF)
{
c=0;
for(i=0;i<n;i++)
{
scanf("%d",&N[i]);
}
for(i=0;i<k;i++)
{
scanf ...
by mazid
Sun Mar 31, 2013 8:27 am
Forum: Volume 117 (11700-11799)
Topic: 11716 - Digital Fortress
Replies: 39
Views: 17591

11716 - Digital Fortress WA??

Why getting WA??? :(
code removed after AC :D :lol:
by mazid
Fri Feb 22, 2013 8:07 pm
Forum: Volume 117 (11700-11799)
Topic: 11777 - Automate the Grades
Replies: 32
Views: 12064

Re: 11777 - Automate the Grades Why getting WA???

OPS!!! Very silly mistake... Thanks brianfry713.
by mazid
Thu Feb 21, 2013 9:36 pm
Forum: Volume 117 (11700-11799)
Topic: 11777 - Automate the Grades
Replies: 32
Views: 12064

11777 - Automate the Grades Why getting WA???

Where is the problem?? Please help me..

Code: Select all

AC  :D 
by mazid
Sun Dec 23, 2012 9:31 am
Forum: Volume 114 (11400-11499)
Topic: 11479 - Is this the easiest problem?
Replies: 48
Views: 27182

11479 - Is this the easiest problem? getting WA

Please help. why I m getting WA??
AC :lol: :D
Thanks brianfry713

Go to advanced search