Page 1 of 2

Problems 2000-2720 .....

Posted: Wed Mar 19, 2003 4:52 pm
by Dominik Michniewski
When I look at solved / unsolved problem page, I saw that many problems are unsolved and thay have numbers like subject ....

It means that this problems will be possible to solve in near future ?
It's nice because 720 new problems looks great :))

Dominik

Posted: Wed Mar 19, 2003 5:49 pm
by kmhasan
Yeah saw that, and got too excited. I started submitting some solutions that I worked on when I was getting prepared for the regionals. Some of the problems are repetitions, so I tried submitting for those too. They had the red flag; I thought it was okay to submit. But I got "Can't be judged" reply from the OJ. Could someone look into the matter?

I'm dying to check my solution for "2228: Spaceship Travels" which I did years back.

Thanks, Dominik.

Posted: Mon Mar 31, 2003 4:14 pm
by Dominik Michniewski
I saw, that prof. Miguel Revilla made an Accepted submision to problem 2200. So, when these problems appear on site as next problemset volume? Could anyone tell me ?

Best regards and thanks
Dominik Michniewski

Posted: Tue Apr 01, 2003 5:44 pm
by fpnc
kmhasan wrote:They had the red flag; I thought it was okay to submit. But I got "Can't be judged" reply from the OJ. Could someone look into the matter?
Well, they look really perfect. They are not listed into 24-hours judge so they cannot be used in it. They are part of another paralel project that will be released soon. Until then, you'll have to wait. No much time, just a few days, AFAIK.

Posted: Tue Apr 01, 2003 6:44 pm
by kmhasan
Thanks for the reply. I think I can wait for a few days.

Posted: Tue Apr 01, 2003 9:30 pm
by turuthok
fpnc, ... that would be great, thanks :) ... Still however, I'm a little bit worried since your recent post was postmarked "Apr 1" ... ;)

-turuthok-

Posted: Fri May 02, 2003 1:15 pm
by route
How can you see the content of the problem ?

Posted: Fri May 02, 2003 3:28 pm
by Farid Ahmadov
Yeah. I have found it too. Cool. Now we have 720 new problems. However I haven't done 1/20 of old volumes I am very happy. :)

Posted: Fri May 02, 2003 4:30 pm
by fpnc
turuthok wrote:...I'm a little bit worried since your recent post was postmarked "Apr 1" ...
I know. We've had some problems here, as you may have noticed in the last contest. I hope it will be ready soon, but I cannot say the exact date. Sorry.

Posted: Fri May 23, 2003 11:02 pm
by Adrian Kuegel
For those who didn't read the P.S. of last email of online judge :wink: Some of these problems are now available under http://acm.uva.es/archive .

Posted: Sat May 24, 2003 4:54 am
by turuthok
This is really great!!! Thanks for all the effort ...

I tried it for "Building Bridges" ... got AC-ed too :)

-turuthok-

How to Submit?

Posted: Sun May 25, 2003 7:59 pm
by lucindo
turuthok,

I tried to submit 'Building Bridges' and got "Can't be Judged".

I used Submit-o-Matic, with Problem # 2721. (from acm.uva.es/archive).

I saw that this problem was submited at last 11 times!
(http://acm.uva.es/cgi-bin/OnlineJudge?ProblemStat:2721)

I wanna know how submit these problems.

thanks,

Posted: Tue May 27, 2003 8:19 am
by Dominik Michniewski
Could anyone tell me, where can I find al of problems from this range (2200-2720)? Off course only such problems, which we can post to judge ?
I want to collect them, but in acm.uva.es/archive I see only 28 of 80 :(

Best regards
DM

Posted: Tue Jun 03, 2003 8:11 am
by Dominik Michniewski
Anyone help me please !!!!
Where can I found this problems (without problems which are at acm.uva.es/problemset)

Best regards
DM

Posted: Tue Jun 03, 2003 9:37 am
by Janez Brank
Is pascal source code also supported for the new problems (#2xxx)?

Whenever I try submitting a pascal program through the web interface to those problems (http://acm.uva.es/archive/mailer.php), I get a "restricted function" error, even if the program consists of nothing but a single empty "begin end." block.

On the other hand, I tried submitting an empty C++ program (with just "int main() { return 0; }", and it was compiled without any problems (and received a "wrong answer" error, of course).

On the other hand, I don't have any problems submitting pascal solutions for the "old" problems (through the http://acm.uva.es/problemset/submit.php web interface).

Any ideas?

--
Janez