Cod sursa(job #3214350)

Utilizator tomaionutIDorando tomaionut Data 14 martie 2024 08:34:14
Problema Potrivirea sirurilor Scor 0
Compilator cpp-64 Status done
Runda Arhiva educationala Marime 0.15 kb
#include <bits/stdc++.h>

using namespace std;

ifstream fin("arbint.in");
ofstream fout("arbint.out");

int main()
{


    return 0;
}