結果
| 問題 |
No.51 やる気の問題
|
| コンテスト | |
| ユーザー |
diginatu
|
| 提出日時 | 2014-10-29 00:02:34 |
| 言語 | D (dmd 2.109.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 194 bytes |
| コンパイル時間 | 827 ms |
| コンパイル使用メモリ | 100,040 KB |
| 実行使用メモリ | 6,948 KB |
| 最終ジャッジ日時 | 2024-06-12 01:27:55 |
| 合計ジャッジ時間 | 2,285 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 14 RE * 6 |
ソースコード
import std.stdio, std.string, std.conv
,std.array,std.algorithm, std.range;
void main(){
reduce!"a - a/b^^2"(readln().strip().to!int(), iota(1, 1+readln().strip().to!int())).writeln();
}
diginatu