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

Envío 6849

Problema 0x0 - Hola Codeo

  • Autor: guerroni
  • Fecha: 2023-02-09 14:33:39 UTC (Hace más de 1 año)
Caso # Resultado Tiempo Memoria
#1
Error de compilación
                      main.c:2:1: warning: implicit declaration of function 'prinf' is invalid in C99 [-Wimplicit-function-declaration]
prinf("Hola Codeo");
^
1 warning generated.
/usr/bin/ld: /tmp/main-cbe5d9.o: in function `main':
main.c:(.text+0x1c): undefined reference to `prinf'
clang: error: linker command failed with exit code 1 (use -v to see invocation)

                    
Puntos totales: 0 / 100

Código

int main(){
prinf("Hola Codeo");
return 0;
}