結果
問題 | No.244 ★1のグラフの問題 |
ユーザー |
![]() |
提出日時 | 2016-02-24 17:18:56 |
言語 | D (dmd 2.109.1) |
結果 |
AC
|
実行時間 | 1 ms / 2,000 ms |
コード長 | 184 bytes |
コンパイル時間 | 617 ms |
コンパイル使用メモリ | 99,328 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-06-12 03:04:03 |
合計ジャッジ時間 | 1,167 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 7 |
ソースコード
import std.stdio,std.conv,std.string,std.range,std.math,std.algorithm;void main(){auto N = readln.strip.to!int;(N - 1).writeln;}