Search found 4 matches

by txomin2091
Sat May 19, 2018 8:32 pm
Forum: Volume 10 (1000-1099)
Topic: 1064 - Network
Replies: 6
Views: 7635

Re: 1064 - Network

the response from my AC code is "Case 1: 5"

the process (note that message_number is represented message_number-1 in this trace):
R #0 4 4 to buffer mem 1 (max 1)
R #1 3 4 to buffer mem 3 (max 3)
R #1 1 2 passed
e #1 3 4 buffer out mem:1
R #2 1 1 to buffer mem 2 (max 3)
R #0 1 3 to buffer mem 5 ...
by txomin2091
Tue Mar 13, 2018 12:57 am
Forum: Volume 7 (700-799)
Topic: 778 - Recording a tape
Replies: 3
Views: 10888

Re: 778 - Recording a tape

I believe that the statement is ambiguous because another solution also valid for the cases of the statement is:

90
Side A
20m 44s
Side B
4m 36s
7m 18s
13m 8s
9m 6s
8m 12s
%
30
Side A
13m 45s
Side B
3m 11s
4m 45s
6m 8s
%

but it does not coincide with the proposal. Is valid any solution that takes ...
by txomin2091
Fri Mar 09, 2018 2:10 am
Forum: Volume 4 (400-499)
Topic: 461 - The Reservation Maker
Replies: 3
Views: 2922

Re: 461 - The Reservation Maker

I program in Java and I have had many TLE, after several hours and tests I arranged by redesigning the classes and using TreeSet to reduce the time of the searches.
But now I get WA, and I have doubts produced by the ambiguity of the problem
1 - the two-person tables can be grouped ?, I think not.
2 ...
by txomin2091
Sun Jan 07, 2018 12:51 pm
Forum: Volume 109 (10900-10999)
Topic: 10933 - Volleyball
Replies: 0
Views: 10450

10933 - Volleyball

I have more than 30 submissions trying fix a RTE result. Delimiting different parts of the program, I know that the RTE problem resides into de Integer.parseInt() method to obtain the points of each set played.

Initially, I have used string.split() method assuming that the input format was
"team1 ...

Go to advanced search