Codeforces Round #682 DIV2 C問題 - Engineer Artem

Source

Codeforces Round #682 DIV2 C問題 (1250pt)
Problem description

問題概要

省略

解法

省略

cLayversion 20201115-1)のコード

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

//no-unlocked
int N, M, A[100][100];
{
  REP(rd_int()){
    rd(N,M,A(N,M));
    rep(i,N) rep(j,M) A[i][j] += (A[i][j]+i+j) % 2;
    wt(A(N,M));
  }
}

Current time: 2024年04月24日07時56分48秒
Last modified: 2020年11月15日09時22分41秒 (by laycrs)
Tags: Competitive_Programming_Incomplete Codeforces CF682 CF_DIV2_C
トップページに戻る

Logged in as: unknown user (not login)

ログイン: