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

Envío 6496

Problema 0x0 - Hola Codeo

  • Autor: danidiaztech
  • Fecha: 2022-07-09 16:26:02 UTC (Hace casi 2 años)
Caso # Resultado Tiempo Memoria
#1
Error de compilación
                      main.c:2:10: fatal error: 'bits/stdc++.h' file not found
#include <bits/stdc++.h>
         ^~~~~~~~~~~~~~~
1 error generated.

                    
Puntos totales: 0 / 100

Código

// Hello world implementetion C++
#include <bits/stdc++.h>

using namespace std;

int main(){
    // No input
    cout << "Hola Codeo" << endl; 
}