Cod sursa(job #3142489)
Utilizator | Data | 21 iulie 2023 23:07:43 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.18 kb |
#include <bits/stdc++.h>
using namespace std;
ifstream fin("geana.in");
ofstream fout("geana.out");
int main()
{
for (int i = 1; i <= 1e7; ++i)
fout << i << '\n';
}