Cod sursa(job #3275861)

Utilizator tudorhTudor Horobeanu tudorh Data 11 februarie 2025 20:33:46
Problema Sandokan Scor 15
Compilator cpp-64 Status done
Runda Arhiva de probleme Marime 0.16 kb
#include <bits/stdc++.h>

using namespace std;
ifstream fin("sandokan.in");
ofstream fout("sandokan.out");
int main()
{
    fout<<1;
    return 0;
}