# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
17508 | azecoder | Experiments with Gorlum (IZhO13_expgorl) | C++98 | 19 ms | 2152 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <iostream>
#include <iomanip>
#include <math.h>
#include <vector>
#define MAXN 100005
#define intt long long
#define f first
#define s second
using namespace std ;
intt k , t[100] ;
long double sx , sy , gx , gy , fx , fy , mn , mx ;
vector < pair < long double , long double > > d ;
string a ;
int main () {
cin >> k ;
cin >> a ;
cin >> sx >> sy >> gx >> gy ;
long double x = gx , y = gy ;
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |