結果

問題 No.1305 Speak of the Devil
ユーザー lanegue
提出日時 2020-12-05 11:55:35
言語 Swift
(6.0.3)
結果
AC  
実行時間 10 ms / 2,000 ms
コード長 69 bytes
コンパイル時間 15,516 ms
コンパイル使用メモリ 126,908 KB
実行使用メモリ 9,472 KB
最終ジャッジ日時 2024-09-15 16:53:57
合計ジャッジ時間 16,990 ms
ジャッジサーバーID
(参考情報)
judge3 / judge6
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 4
other AC * 23
権限があれば一括ダウンロードができます

ソースコード

diff #

let a=readLine()!.split(separator:" ").map{Int($0)!}
print(a.min()!)
0