2021年06月07日19時40分01秒に更新されたバージョンを表示しています.
最新のページはこちらをご覧ください.


Educational Codeforces Round 110 A問題 - Fair Playoff

Source

Educational Codeforces Round 110 A問題
Problem description

問題概要

省略

解法

省略

cLayversion 20210607-1)のコード

C++に変換後のコードはこちら

//no-unlocked
int A[4], ind[4];
{
  REP(rd_int()){
    rd(A(4));
    rep(i,4) ind[i] = i;
    rsortA(4, A, ind);
    wt(if[(ind[0]^1) == ind[1], "NO", "YES"]);
  }
}

Current time: 2024年05月10日19時04分46秒
Last modified: 2021年06月07日19時40分01秒 (by laycrs)
Tags: Competitive_Programming_Incomplete Codeforces
トップページに戻る

Logged in as: unknown user (not login)

ログイン: