Codeforces Round #686 DIV3 A問題 - Special Permutation

Source

Codeforces Round #686 DIV3 A問題
Problem description

問題概要

省略

解法

省略

cLayversion 20201205-1)のコード

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

//no-unlocked
int res[100];
{
  REP(rd_int()){
    int @N;
    rep(i,N) res[i] = (i+1)%N;
    wt(res(N)+1);
  }
}

Current time: 2024年03月28日21時19分32秒
Last modified: 2020年12月05日16時07分11秒 (by laycrs)
Tags: Competitive_Programming_Incomplete Codeforces CF686 CF_DIV3_A
トップページに戻る

Logged in as: unknown user (not login)

ログイン: