Cod sursa(job #2831988)
Utilizator | Data | 12 ianuarie 2022 17:11:29 | |
---|---|---|---|
Problema | Parcurgere DFS - componente conexe | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva educationala | Marime | 0.16 kb |
#include <bits/stdc++.h>
using namespace std;
ifstream fin("dfs.in");
ofstream fout("dfs.out");
int main()
{
cout<<"Hello World";
return 0;
}