I'm trying to use Datagen tool for problem 2519 and I get this message either in Model Solution or in Custom Solution:
:4: error: class Postfix is public, should be declared in a file named Postfix.java
public class Postfix {
^
Note: uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
I've used Datagen for other problems and it's been working well.
Thanks.
Bug in Datagen for problem 2519
Forum rules
Please, do not reply to an existing thread to report a new bug. Open a new thread instead. Also, please check the existing bug reports before posting a new one.
Please, do not reply to an existing thread to report a new bug. Open a new thread instead. Also, please check the existing bug reports before posting a new one.
Re: Bug in Datagen for problem 2519
no es el unico hay otros ejercicios que dan errores como Time Limited Exceeded con el ejemplo de entrada y salida
teruel
Re: Bug in Datagen for problem 2519
Los que dan TLE casi siempre es cuando la entrada espera EOF.
