Educational Codeforces Round 73 B問題 - Knights

Source

Educational Codeforces Round 73 B問題
Problem description

問題概要

省略

解法

省略

cLayversion 20190921-1)のコード

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

//no-unlocked
int N;
char res[100][101];
{
  rd(N);
  rep(i,N) rep(j,N) res[i][j] = if[(i+j)%2, 'W', 'B'];
  wtLn(res(N));
}

Current time: 2024年04月26日18時29分28秒
Last modified: 2019年09月21日12時33分13秒 (by laycrs)
Tags: Competitive_Programming_Incomplete Codeforces
トップページに戻る

Logged in as: unknown user (not login)

ログイン: