保存されている過去のバージョンの一覧

2020年11月22日16時51分39秒

Codeforces Round #685 DIV2 D問題 - Circle Game

Source

Codeforces Round #685 DIV2 D問題 (1750pt)
Problem description

問題概要

省略

解法

省略

cLayversion 20201121-1)のコード

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

//no-unlocked
{
  REP(rd_int()){
    ll @D, @K, d = 0, x, y = K * (D/K);
    rep(x,0,D+1,K){
      while(x*x+y*y > D*D) y -= K;
      d >?= (x + y) / K;
    }
    wt(if[d%2, "Ashish", "Utkarsh"]);
  }
}

Current time: 2024年04月25日09時08分40秒
Last modified: 2020年11月22日16時51分39秒 (by laycrs)
Tags: Competitive_Programming_Incomplete Codeforces CF685 CF_DIV2_D
トップページに戻る

Logged in as: unknown user (not login)

ログイン: