█████████ ████ ███░░░░░███ ░░███ ███ ░░░ ██████ ███████ ██████ ██████ ░███ ███░░███ ███░░███ ███░░███ ███░░███ ░███ ░███ ░███░███ ░███ ░███████ ░███ ░███ ░░███ ███░███ ░███░███ ░███ ░███░░░ ░███ ░███ ░░█████████ ░░██████ ░░████████░░██████ ░░██████ ░░░░░░░░░ ░░░░░░ ░░░░░░░░ ░░░░░░ ░░░░░░

Envío 2942

Problema 0x0 - Hola Codeo

  • Autor: davidtoca
  • Fecha: 2021-02-12 22:56:14 UTC (Hace alrededor de 3 años)
Caso # Resultado Tiempo Memoria
#1
Error de compilación
                      Main.java:7: error: cannot find symbol
    System.out.Println("Hola Codeo");
              ^
  symbol:   method Println(String)
  location: variable out of type PrintStream
1 error

                    
Puntos totales: 0 / 100

Código

class Solve
{

  public static void main(String[] args)
  {
    System.out.Println("Hola Codeo");
  }

}