Cod sursa(job #1031825)
Utilizator | Data | 15 noiembrie 2013 18:28:15 | |
---|---|---|---|
Problema | Dtcsu | Scor | 0 |
Compilator | cpp | Status | done |
Runda | FMI No Stress 4 | Marime | 0.24 kb |
#include <fstream>
using namespace std;
ifstream f("dtcsu.in");
ofstream g("dtcsu.out");
int main(){
int i,q;
unsigned long long x;
for(i=0;i<276997;i++)
f>>x;
f>>q;
g<<(q*2)/10;
return 0;
}