保存されている過去のバージョンの一覧

2020年12月11日22時51分14秒

Codeforces Global Round 12 A問題 - Avoid Trygub

Source

Codeforces Global Round 12 A問題 (500pt)
Problem description

問題概要

省略

解法

省略

cLayversion 20201206-1)のコード

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

//no-unlocked
int N;
char S[202];
{
  REP(rd_int()){
    rd(N,S);
    sort(S,S+N);
    wt(S);
  }
}

Current time: 2024年04月27日02時01分58秒
Last modified: 2020年12月11日22時51分14秒 (by laycrs)
Tags: Competitive_Programming_Incomplete Codeforces Codeforces_Global_Round_12
トップページに戻る

Logged in as: unknown user (not login)

ログイン: