Search found 47 matches

by Spykaj
Fri Oct 26, 2007 11:39 pm
Forum: Bugs and suggestions
Topic: Ladder bug
Replies: 2
Views: 3619

Ladder bug

http://icpcres.ecs.baylor.edu/onlinejud ... tstart=510
In this ladder I have two positions: 512th and 518th, I think the account with 518th should be deleted or something...

help ;p
by Spykaj
Sat Aug 04, 2007 5:18 pm
Forum: Volume 112 (11200-11299)
Topic: 11254 - Consecutive Integers
Replies: 24
Views: 13960

OK, i have ACC...
by Spykaj
Thu Jul 05, 2007 3:13 pm
Forum: Bugs and suggestions
Topic: Submit instructions
Replies: 1
Views: 2211

Submit instructions

http://acm.uva.es/problemset/submitcontest.php

It concerned only contest 168, yes ? Maybe it's time to change this instructions ?
by Spykaj
Tue Jun 19, 2007 8:03 pm
Forum: Volume 110 (11000-11099)
Topic: 11059 - Maximum Product
Replies: 96
Views: 47977

1
-5

Why unsigned ? Are you read this line: "If you cannot find a positive sequence, you should consider 0 as the value of the maximum product." ?
by Spykaj
Wed Jun 13, 2007 8:00 pm
Forum: Volume 112 (11200-11299)
Topic: 11223 - O: dah dah dah!
Replies: 43
Views: 23648

Delete trailing spaces from every line.
by Spykaj
Sun Jun 10, 2007 12:16 pm
Forum: Volume 112 (11200-11299)
Topic: 11226 - Reaching the fix-point.
Replies: 23
Views: 13202

Try:
90000 4560
489000 94561

Same answer, hihi :P
by Spykaj
Mon Apr 30, 2007 12:13 pm
Forum: Volume 111 (11100-11199)
Topic: 11191 - Square
Replies: 23
Views: 15348

I have acc and I think it is not so easy problem ;p
by Spykaj
Fri Apr 20, 2007 2:41 pm
Forum: Volume 107 (10700-10799)
Topic: 10796 - Right Hand Rule
Replies: 7
Views: 5518

:( My program passes all this tests and WA :( Any another ?

HELP HELP :(
by Spykaj
Tue Apr 17, 2007 3:36 pm
Forum: Bugs and suggestions
Topic: Can something be done against spammers?
Replies: 29
Views: 11183

Re: great...

A1 wrote:Good to see that the new moderators are doing some nice work. NO spams can be seen any more. :)

But I think it would be better if the moderators delete old posts instead of locking it as they are of no use and give a small tutorial (sticky) about using the board for the newcomers.
Agreed :-)
by Spykaj
Sun Apr 15, 2007 8:49 pm
Forum: Volume 100 (10000-10099)
Topic: 10035 - Primary Arithmetic
Replies: 328
Views: 94228

You must use long long int instead of long.

Change:

Code: Select all

while(a!=0||b!=0)
{
scanf("%ld %ld", &a, &b); 
to:

Code: Select all

while(scanf("%lld %lld",a,b)&&(a!=0||b!=0))
by Spykaj
Sun Apr 15, 2007 8:48 pm
Forum: Volume 100 (10000-10099)
Topic: 10035 - Primary Arithmetic
Replies: 328
Views: 94228

OMG USE: !!!!!!!!!!!
by Spykaj
Sun Apr 15, 2007 5:41 pm
Forum: Volume 100 (10000-10099)
Topic: 10035 - Primary Arithmetic
Replies: 328
Views: 94228

If you paste your code, use: You forget dots, it should be:

Code: Select all

if(carry==0) printf("No carry operation.\n");
instead of

Code: Select all

if(carry==0) printf("No carry operation\n");
by Spykaj
Sun Apr 15, 2007 1:10 pm
Forum: Volume 103 (10300-10399)
Topic: 10318 - Security Panel
Replies: 2
Views: 2672

Use

Code: Select all

Here code
by Spykaj
Sun Apr 15, 2007 1:07 pm
Forum: Volume 1 (100-199)
Topic: 102 - Ecological Bin Packing
Replies: 485
Views: 106323

Code: Select all

while(scanf("%d %d %d %d %d %d %d %d %d", &input[0], &input[1], &input[2], &input[3], &input[4], &input[5], &input[6], &input[7], &input[8])!=EOF)
by Spykaj
Mon Apr 09, 2007 5:58 pm
Forum: Bugs and suggestions
Topic: Status Judge for one user
Replies: 1
Views: 2411

Status Judge for one user

Why this is disabled ?

http://acm.uva.es/problemset/statusjudge.php?u=52958

It was very usefull :(

Go to advanced search