xavierm02

Untitled

Oct 20th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.13 KB | None | 0 0
  1. let n = Scanf.scanf "%d " ( fun x -> x ) in
  2. let m = Scanf.scanf "%d " ( fun x -> x ) in
  3. let pins = read_line( ) in
  4. print_int (m);;
Advertisement
Add Comment
Please, Sign In to add comment