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

2020年12月05日15時17分00秒

Codeforces Round #688 DIV2 A問題 - Cancel the Trains

Source

Codeforces Round #688 DIV2 A問題 (500pt)
Problem description

問題概要

省略

解法

省略

cLayversion 20201205-1)のコード

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

//no-unlocked
int As, Bs, A[100];
{
  REP(rd_int()){
    rd(As, Bs);
    rep(i,100) A[i] = 0;
    rep(As+Bs) A[rd_int()-1]++;
    wt(arrCountVal(100,A,2));
  }
}

Current time: 2024年03月28日19時26分59秒
Last modified: 2020年12月05日15時17分00秒 (by laycrs)
Tags: Competitive_Programming_Incomplete Codeforces CF688 CF_DIV2_A
トップページに戻る

Logged in as: unknown user (not login)

ログイン: