Cod sursa(job #2057980)

Utilizator Cezar397Catarau Cezar-Iulian Cezar397 Data 4 noiembrie 2017 22:54:02
Problema ADN Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.16 kb
#include <fstream>

std::ifstream in("adn.in");
std::ofstream out("adn.out");


int main()
{
    out<<"AGATAGATGATAACCGCGCAGTGATGAGATGGGGATATAAAAACTTTTTT";
}