Official Analysis

Implementation

Time Complexity: O(1)\mathcal{O}(1)

#include <bits/stdc++.h>
using namespace std;
int main() {
freopen("teleport.in", "r", stdin);
freopen("teleport.out", "w", stdout);
int a, b, c, d;
cin >> a >> b >> c >> d;
/*

Join the USACO Forum!

Stuck on a problem, or don't understand a module? Join the USACO Forum and get help from other competitive programmers!