//Vieta programos vardui áraðyti
#include <fcntl.h>
#include <io.h>
#include <iostream>
#include <locale>
#include <fstream>
const char fs[]= "duom.txt";
const char fr[]= "rez.txt";
const int Cmax = 100;
void Skaityti(const char fs[], int A[], int B[], int &n, int &t, int &tarp);
void Rasyti(const char fr[], int A[], int B[], int n, int t, int tarp);
using namespace std;
int main()
{
int n, t;
int A[Cmax];
int B[Cmax];
Skaityti(fs, A, B, n, t, tarp);
Rasyti(fr, A, B, n, t, tarp);
return 0;
}
void Skaityti(const char fs[], int A[], int B[], int &n, int &t, int &tarp)
{
ifstream sk(fs);
sk >> n;
for (int i=0; i < n; i++)
sk>>A[i];
sk >> t;
for (int i=0; i < n; i++)
sk>>B[i];
if (A[i]>0)
tarp=X[i];
void Rasyti(const char fr[], int A[], int B[], int n, int t, int tarp)
{
}