Codeforces Deltix Round, Spring 2021 B問題 - Lord of the Values

Source

Codeforces Deltix Round, Spring 2021 B問題 (1000pt)
Problem description

問題概要

省略

解法

省略

cLayversion 20210607-1)のコード

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

//no-unlocked
int N, A[1d3];
{
  REP(rd_int()){
    rd(N,A(N));
    wt(N*3);
    rep(i,0,N,2) rep(2){
      wt(1,i+1,i+2);
      wt(1,i+1,i+2);
      wt(2,i+1,i+2);
    }
  }
}

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

Logged in as: unknown user (not login)

ログイン: