結果
問題 | No.2835 Take and Flip |
ユーザー | suzuishi |
提出日時 | 2024-08-09 21:24:39 |
言語 | Ruby (3.4.1) |
結果 |
AC
|
実行時間 | 198 ms / 2,000 ms |
コード長 | 56 bytes |
コンパイル時間 | 274 ms |
コンパイル使用メモリ | 7,552 KB |
実行使用メモリ | 29,440 KB |
最終ジャッジ日時 | 2024-08-09 21:24:58 |
合計ジャッジ時間 | 5,312 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 22 |
コンパイルメッセージ
Main.rb:1: warning: assigned but unused variable - n Syntax OK
ソースコード
n = gets.to_i a = gets.split.map(&:to_i).sort puts a.sum