結果
問題 | No.892 タピオカ |
ユーザー |
![]() |
提出日時 | 2019-09-27 22:14:44 |
言語 | Ruby (3.4.1) |
結果 |
AC
|
実行時間 | 85 ms / 1,000 ms |
コード長 | 112 bytes |
コンパイル時間 | 52 ms |
コンパイル使用メモリ | 7,424 KB |
実行使用メモリ | 12,416 KB |
最終ジャッジ日時 | 2024-09-24 16:50:59 |
合計ジャッジ時間 | 1,559 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 6 |
コンパイルメッセージ
Main.rb:1: warning: assigned but unused variable - b1 Main.rb:1: warning: assigned but unused variable - b2 Main.rb:1: warning: assigned but unused variable - b3 Syntax OK
ソースコード
a1, b1, a2, b2, a3, b3 = gets.split.map &:to_iif (a1 + a2 + a3) % 2 == 0puts ":-)"elseputs ":-("end