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. |
// Hello world implementetion C++ #include <bits/stdc++.h> using namespace std; int main(){ // No input cout << "Hola Codeo" << endl; }