Cod sursa(job #2821648)

Utilizator TUdOr73Minciunescu Tudor TUdOr73 Data 22 decembrie 2021 20:30:04
Problema Parcurgere DFS - componente conexe Scor 0
Compilator cpp-64 Status done
Runda Arhiva educationala Marime 0.19 kb
#include <iostream>
#include <fstream>
#include <vector>
using namespace std;
#define NMax 100005
#define LMax 19

ifstream f("rmq.in");
ofstream g("rmq.out");

int main()
{

    return 0;
}