Codeforces Round #693 DIV3 A問題 - Cards for Friends

Source

Codeforces Round #693 DIV3 A問題
Problem description

問題概要

省略

解法

省略

cLayversion 20210103-1)のコード

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

//no-unlocked
{
  REP(rd_int()){
    int @X, @Y, @N, res = 1;
    while(X%2==0) res*=2, X/=2;
    while(Y%2==0) res*=2, Y/=2;
    wt(if[res>=N, "YES", "NO"]);
  }
}

Current time: 2024年03月29日00時01分24秒
Last modified: 2021年01月05日22時01分55秒 (by laycrs)
Tags: Competitive_Programming_Incomplete Codeforces CF693 CF_DIV3_A
トップページに戻る

Logged in as: unknown user (not login)

ログイン: