Cod sursa(job #3306314)
| Utilizator | Data | 9 august 2025 16:09:43 | |
|---|---|---|---|
| Problema | Stramosi | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.16 kb |
#include <fstream>
#include <vector>
using namespace std;
int main()
{
ifstream fin("bile.in");
ofstream fout("bile.out");
return 0;
}
