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

Envío 3460

Problema 0x0 - Hola Codeo

  • Autor: TacoMeister
  • Fecha: 2021-03-15 03:55:00 UTC (Hace alrededor de 3 años)
Caso # Resultado Tiempo Memoria
#1
Error de compilación
                      main.c:2:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main{
^
main.c:2:1: warning: variable named 'main' with external linkage has undefined behavior [-Wmain]
main.c:2:5: error: expected ';' after top level declarator
main{
    ^
    ;
2 warnings and 1 error generated.

                    
Puntos totales: 0 / 100

Código

#include <stdio.h>
main{
printf("Hola Codeo");
}