Submission #692337


Source Code Expand

Printf.printf "%d\n" (Scanf.scanf " %d %d" (fun x y -> x - y ))Printf.printf "%d\n" (Scanf.scanf " %d %d" (fun x y -> x - y ))

Submission Info

Submission Time
Task A - 積雪深差
User niyarin
Language OCaml (3.12.1)
Score 0
Code Size 126 Byte
Status CE

Compile Error

File "./Main.ml", line 1, characters 14-20:
Error: This expression has type
         (int -> 'a -> 'b -> 'c -> 'd, out_channel, unit, unit, unit,
          'a -> 'b -> 'c -> 'd)
         format6
       but an expression was expected of type
         (int -> 'a -> 'b -> 'c -> 'd, out_channel, unit) format =
           (int -> 'a -> 'b -> 'c -> 'd, out_channel, unit, unit, unit, unit)
           format6