Skip to content

Commit bfddf72

Browse files
committed
typo
1 parent 9108d93 commit bfddf72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

acm.mipt.ru/401.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -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
1+
x,o,y = gets.split(//)
2+
p o=='^' ? x.to_i & y.to_i : x.to_i | y.to_i

0 commit comments

Comments
 (0)