Cod sursa(job #3139224)
Utilizator | Data | 26 iunie 2023 14:57:08 | |
---|---|---|---|
Problema | Secventa | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.16 kb |
#include <iostream>
#include <fstream>
using namespace std;
ifstream fin ("secventa.in");
ofstream fout ("secventa.out");
int main()
{
return 0;
}