結果
問題 | No.354 メルセンヌ素数 |
ユーザー |
![]() |
提出日時 | 2016-04-03 17:10:05 |
言語 | D (dmd 2.109.1) |
結果 |
AC
|
実行時間 | 2 ms / 1,000 ms |
コード長 | 215 bytes |
コンパイル時間 | 720 ms |
コンパイル使用メモリ | 105,648 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-06-12 03:21:11 |
合計ジャッジ時間 | 1,394 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 |
other | AC * 13 |
ソースコード
import std.stdio,std.string,std.conv,std.range,std.math,std.bigint,std.algorithm,core.bitop;void main(){auto P = readln.strip.to!int;P.writeln;}