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

Envío 6914

Problema 0x0 - Hola Codeo

  • Autor: danielprol
  • Fecha: 2023-03-09 12:35:50 UTC (Hace alrededor de 1 año)
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");