We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9108d93 commit bfddf72Copy full SHA for bfddf72
acm.mipt.ru/401.rb
@@ -1,2 +1,2 @@
1
-x,o,y = s.split(//)
2
-p o=='^' ? x.to_i & y.to_i : x.to_i | y.to_i
+x,o,y = gets.split(//)
+p o=='^' ? x.to_i & y.to_i : x.to_i | y.to_i
0 commit comments