結果
問題 | No.10 +か×か |
ユーザー | gigurururu |
提出日時 | 2014-11-26 23:58:29 |
言語 | Ruby (3.3.0) |
結果 |
TLE
|
実行時間 | - |
コード長 | 178 bytes |
コンパイル時間 | 47 ms |
コンパイル使用メモリ | 7,424 KB |
実行使用メモリ | 71,960 KB |
最終ジャッジ日時 | 2024-06-11 04:09:23 |
合計ジャッジ時間 | 6,940 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 76 ms
12,416 KB |
testcase_01 | AC | 74 ms
12,160 KB |
testcase_02 | AC | 74 ms
12,416 KB |
testcase_03 | TLE | - |
testcase_04 | -- | - |
testcase_05 | -- | - |
testcase_06 | -- | - |
testcase_07 | -- | - |
testcase_08 | -- | - |
testcase_09 | -- | - |
testcase_10 | -- | - |
testcase_11 | -- | - |
コンパイルメッセージ
Syntax OK
ソースコード
gets $t=gets.to_i s,*$a=gets.split $memo={} def dfs i,n $memo[[i,n]]||=$a[i]?[?+,?*].any?{|o|dfs(i+1,eval(n.to_s+o+$a[i]))&&(print o;true)}:n==$t end dfs 0,s puts