Codeforces Round #586 C問題 - Substring Game in the Lesson

Source

Codeforces Round #586 C問題 (1500pt)
Problem description

問題概要

省略

解法

省略

cLayversion 20190921-1)のコード

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

//no-unlocked
int N; char S[500002];
{
  int mn = 'z';
  rd(S@N);
  rep(i,N){
    wt( if[mn < S[i], "Ann", "Mike"] );
    mn <?= S[i];
  }
}

Current time: 2024年04月20日00時13分19秒
Last modified: 2019年09月21日12時30分51秒 (by laycrs)
Tags: Competitive_Programming_Incomplete Codeforces CF586
トップページに戻る

Logged in as: unknown user (not login)

ログイン: