結果
問題 |
No.104 国道
|
ユーザー |
![]() |
提出日時 | 2016-02-19 16:49:02 |
言語 | D (dmd 2.109.1) |
結果 |
AC
|
実行時間 | 1 ms / 5,000 ms |
コード長 | 202 bytes |
コンパイル時間 | 817 ms |
コンパイル使用メモリ | 96,256 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-06-12 02:56:57 |
合計ジャッジ時間 | 1,292 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 16 |
ソースコード
import std.stdio, std.conv, std.string, std.range, std.math, std.algorithm; void main() { auto S = readln.strip; 1.reduce!("b=='L'?a*2:a*2+1")(S).writeln; }