Cod sursa(job #2887199)
| Utilizator | Data | 8 aprilie 2022 23:12:31 | |
|---|---|---|---|
| Problema | Branza | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.2 kb |
#include<bits/stdc++.h>
using namespace std;
ifstream f("branza.in");
ofstream g("branza.out");
int main()
{
int N, S, T, c, p;
f>>N>>S>>T;
while(N)
{
f>>c>>p;
}
return 0;
}