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

Envío 42

Problema 0x0 - Hola Codeo

  • Autor: Edigi12
  • Fecha: 2020-08-30 21:25:29 UTC (Hace más de 3 años)
Caso # Resultado Tiempo Memoria
#1
Error de compilación
                      main.c:3:6: error: variable has incomplete type 'void'
void main {
     ^
main.c:3:1: warning: variable named 'main' with external linkage has undefined behavior [-Wmain]
void main {
^
main.c:3:10: error: expected ';' after top level declarator
void main {
         ^
         ;
1 warning and 2 errors generated.

                    
Puntos totales: 0 / 100

Código

#include <stdio.h>

void main {
    printf("Hola Codeo");

return(1);
}