Cod sursa(job #3195114)
Utilizator | Data | 20 ianuarie 2024 09:45:55 | |
---|---|---|---|
Problema | Potrivirea sirurilor | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva educationala | Marime | 0.24 kb |
#include <iostream>
#include <fstream>
#include <algorithm>
#include <string.h>
#define N_MAX 5000
using namespace std;
ifstream fin("test.in");
ofstream fout("test.out");
const int oo = 0x3f3f3f3f;
const int GMAX = 1e4 + 2;
int main ()
{
}