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

2019年11月03日21時27分39秒

Codeforces Round #594 DIV1 A問題/DIV2 C問題 - Ivan the Fool and the Probability Theory

Source

Codeforces Round #594 DIV1 A問題 (500pt)
Codeforces Round #594 DIV2 C問題 (1750pt)
Problem description

問題概要

省略

解法

省略

cLayversion 20191102-1)のコード

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

//no-unlocked
int N, M;
{
  Modint res;
  rd(N,M);
  res = fib_mod(N+1) + fib_mod(M+1) - 1;
  wt(2*res);
}

Current time: 2024年04月19日22時56分17秒
Last modified: 2019年11月03日21時27分39秒 (by laycrs)
Tags: Competitive_Programming_Incomplete Codeforces CF594 CF_Div1_A CF_Div2_C
トップページに戻る

Logged in as: unknown user (not login)

ログイン: