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

Envío 1105

Problema 0x0 - Hola Codeo

  • Autor: EduardoVega
  • Fecha: 2020-10-10 21:28:01 UTC (Hace más de 3 años)
Caso # Resultado Tiempo Memoria
#1
Error de compilación
                      main.c:1:8: error: expected parameter declarator
printf("Hola Codeo\n");
       ^
main.c:1:8: error: expected ')'
main.c:1:7: note: to match this '('
printf("Hola Codeo\n");
      ^
main.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
printf("Hola Codeo\n");
^
main.c:1:1: warning: incompatible redeclaration of library function 'printf' [-Wincompatible-library-redeclaration]
main.c:1:1: note: 'printf' is a builtin with type 'int (const char *, ...)'
2 warnings and 2 errors generated.

                    
Puntos totales: 0 / 100

Código

printf("Hola Codeo\n");