結果
| 問題 |
No.203 ゴールデン・ウィーク(1)
|
| コンテスト | |
| ユーザー |
nak2yoshi
|
| 提出日時 | 2016-03-01 16:07:15 |
| 言語 | D (dmd 2.109.1) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 1,000 ms |
| コード長 | 255 bytes |
| コンパイル時間 | 922 ms |
| コンパイル使用メモリ | 117,528 KB |
| 実行使用メモリ | 5,376 KB |
| 最終ジャッジ日時 | 2024-06-12 03:12:02 |
| 合計ジャッジ時間 | 1,939 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 29 |
ソースコード
import std.stdio,
std.conv,
std.string,
std.range,
std.math,
std.bigint,
std.algorithm,
core.bitop;
void main()
{
auto C = stdin.byLineCopy.join;
C.split("x").map!"a.length".reduce!max.writeln;
}
nak2yoshi