Which problem is the easiest problem of this site?

Post here if you don't find any other place for your post. But please, stay on-topic: algorithms, programming or something related to this web site and its services.

Moderator: Board moderators

Darko
Guru
Posts: 580
Joined: Fri Nov 11, 2005 9:34 am
Location: Calgary, Canada

Post by Darko »

I think 113 is one of the easiest ones (I was surprised it was, probably not intentionally).

Btw, 10370 is super easy, unless you are trying to use Java and you are new to UVa.

Here's another one: 10215 - Check the languages on stats page.

Darko
ibrahim
Experienced poster
Posts: 149
Joined: Mon Feb 07, 2005 10:28 pm
Location: Northern University, Bangladesh
Contact:

Post by ibrahim »

I think Volume 109 is the easiest volume (After 4 vol). :)
tmdrbs6584
Learning poster
Posts: 98
Joined: Sat Jan 21, 2006 12:45 pm
Location: Busan,Corea(Republic of)

hmm.

Post by tmdrbs6584 »

100 102 272 357 441 444 458 488 491 499 674 10055 10071 10082 10300 10340 10370 10499 10679 10699 10945 10970
are so easy!!!
Przemek D.
New poster
Posts: 3
Joined: Mon Apr 03, 2006 10:56 pm
Location: Born: Poland, Lives: Great Britain

Post by Przemek D. »

I don know if its good to answer such an old topic :D
For me 10783 was way much easier than "famous" 10071 simply because I hate physics :D
I hate problems with "weird" inputs or outputs...
If you are looking for easy problems, try the ones I solved :). If I had solved them it means they are easy since I am a newbie :)
http://acm.uva.es/problemset/usersjudge.php?user=40821
Zaspire
New poster
Posts: 36
Joined: Sun Apr 23, 2006 2:42 pm
Location: Russia

Post by Zaspire »

I think 673 is one of the easiest ones
Zaspire
New poster
Posts: 36
Joined: Sun Apr 23, 2006 2:42 pm
Location: Russia

Post by Zaspire »

This is easy problem:543-686-10168(if do it in this Sequence)
tmdrbs6584
Learning poster
Posts: 98
Joined: Sat Jan 21, 2006 12:45 pm
Location: Busan,Corea(Republic of)

Post by tmdrbs6584 »

ACM BEGINNER
kwedeer
New poster
Posts: 44
Joined: Thu Dec 15, 2005 11:28 pm

Post by kwedeer »

well - as I thought (and read about possible solutions) - 10195 is the easiest - calculate the raddi from the well known geometry formula and that's all,... however - judge doesn't give me accepted for this and I cann't understand why? And it is the nasty things about simple tasks - there is no space what to do in such cases...
Solmon K.
New poster
Posts: 34
Joined: Sun Jun 04, 2006 4:57 am
Location: Busan, Korea

...

Post by Solmon K. »

I think 101 is so easy!
Sorry for my bad English...

OTL
frustrate
Solmon K.
New poster
Posts: 34
Joined: Sun Jun 04, 2006 4:57 am
Location: Busan, Korea

...

Post by Solmon K. »

Problem 647 - Chutes and Ladders

It's very easy, but not many people tried this problem..
Sorry for my bad English...

OTL
frustrate
Vexorian
Learning poster
Posts: 100
Joined: Sat Aug 26, 2006 5:50 am

Post by Vexorian »

272 - TeX quotes was so easy that I couldn't believe it.
shanto_0321
New poster
Posts: 4
Joined: Sun Sep 11, 2011 8:12 am

Re: Which problem is the easiest problem of this site?

Post by shanto_0321 »

#include<stdio.h>
#include<conio.h>
int main()
{
long int n,t,a[99],i,s=0,k;
double c,j=0;
while(scanf("%ld",&t)!=EOF)
{
for(k=0;k<t;k++)
{
scanf("%ld",&n);
for(i=0;i<n;i++)
scanf("%ld",&a);
for(i=0;i<n;i++)
{
s=(s+a);
}
s=s/n;
for(i=0;i<n;i++)
if(a<=s)
{
continue;
}
else
{
j++;
}
c=(j*100)/n;
printf("%.3lf%c",c,37);
printf("\n");
s=0,j=0;
}
}
getch();
return 0;
}
why this code does not accept?what's problem?the result of it is run time error.
jill
New poster
Posts: 1
Joined: Wed Sep 25, 2013 11:12 am
Location: USA
Contact:

Re: Which problem is the easiest problem of this site?

Post by jill »

For me Uploading an avtar is not make possible why?>
“It is not enough that we do our best; sometimes we must do what is required.”
Post Reply

Return to “Other words”