Cod sursa(job #2680093)

Utilizator bem.andreiIceman bem.andrei Data 2 decembrie 2020 17:18:56
Problema Cc Scor 0
Compilator cpp-64 Status done
Runda Arhiva de probleme Marime 0.24 kb
#include <bits/stdc++.h>

using namespace std;
int v[502];
int main()
{
    int t;
    cin>>t;
    while(t--)
    {
        int x1, x2, x3, x4, y1, y2, y3, y4;
        cin>>x1>>y1>>x2>>y2>>x3>>y3>>x4>>y4;

    }
    return 0;
}