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. |
#include <stdio.h> main{ printf("Hola Codeo"); }