Caso # | Resultado | Tiempo | Memoria |
---|---|---|---|
#1 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Error: Main method not found in class Main, please define the main method as: public static void main(String[] args) or a JavaFX application class must extend javafx.application.Application |
0.046 s | 15 KBi |
#2 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Error: Main method not found in class Main, please define the main method as: public static void main(String[] args) or a JavaFX application class must extend javafx.application.Application |
0.045 s | 15 KBi |
#3 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Error: Main method not found in class Main, please define the main method as: public static void main(String[] args) or a JavaFX application class must extend javafx.application.Application |
0.053 s | 15 KBi |
#4 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Error: Main method not found in class Main, please define the main method as: public static void main(String[] args) or a JavaFX application class must extend javafx.application.Application |
0.044 s | 15 KBi |
#5 |
Error en tiempo de ejecución (NZEC)
Exited with error status 1 Error: Main method not found in class Main, please define the main method as: public static void main(String[] args) or a JavaFX application class must extend javafx.application.Application |
0.046 s | 15 KBi |
import java.util.*; class Main { int a=3,b=4; int suma = a+b; }