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

2021年05月08日09時59分09秒

Codeforces Round #720 DIV2 B問題 - Nastia and a Good Array

Source

Codeforces Round #720 DIV2 B問題 (1000pt)
Problem description

問題概要

省略

解法

省略

cLayversion 20210405-1)のコード

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

//no-unlocked
int N, A[1d5];
{
  REP(rd_int()){
    rd(N,A(N));
    wt(N/2);
    rep(i,1,N,2){
      wt(1, i+1, min(A[0],A[i]), 1d9+7);
      A[0] <?= A[i];
    }
  }
}

Current time: 2024年04月19日06時57分20秒
Last modified: 2021年05月08日09時59分09秒 (by laycrs)
Tags: Competitive_Programming_Incomplete Codeforces CF720 CF_DIV2_B
トップページに戻る

Logged in as: unknown user (not login)

ログイン: