Result

AC

Duration

1237ms

Code [DL]

-module('Main').
-export([main/1]).
f() ->
 {ok,[A,B]}=io:fread("","~d~d"),
 T=case 9>B rem 110 of
  true->B div 100;
  false->A rem 10
 end,
 io:format("~B",[T]).
main(_)->
 [f()||_<-lists:seq(1,32)].

stdin

816 614
393 996
993 773
577 372
279 765
719 712
469 326
752 776
844 332
233 319
411 511
693 576
544 513
416 419
655 554
929 986
988 363
196 696
747 445
169 992
422 221
294 446
742 865
285 528
863 639
955 529
855 118
515 152
558 491
964 148
469 897
281 853

stdout

69779997331346598649242535158491

stderr

strace

10    execve("/bin/sh", ["/bin/sh", "/root/script", "/volume/CODE"], 0x7ffc734138d0 /* 7 vars */) = 0
11    execve("/bin/cat", ["cat", "-"], 0x55887a55fd38 /* 7 vars */ <unfinished ...>
12    execve("/usr/bin/escript", ["/usr/bin/escript", "/volume/CODE"], 0x55887a55fd50 /* 7 vars */ <unfinished ...>
11    <... execve resumed>)             = 0
12    <... execve resumed>)             = 0
11    +++ exited with 0 +++
10    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=11, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
12    execve("/usr/bin/erl", ["/usr/bin/erl", "+B", "-boot", "no_dot_erlang", "-noshell", "-run", "escript", "start", "-extra", "/volume/CODE"], 0x55a7ec9a75e0 /* 8 vars */) = 0
14    +++ exited with 0 +++
13    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=14, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
15    execve("/bin/sed", ["sed", "s/.*\\///"], 0x5566a39eb168 /* 8 vars */) = 0
15    +++ exited with 0 +++
13    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=15, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
13    +++ exited with 0 +++
12    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=13, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
12    execve("/usr/lib/erlang/erts-10.6.4/bin/erlexec", ["/usr/lib/erlang/erts-10.6.4/bin/"..., "+B", "-boot", "no_dot_erlang", "-noshell", "-run", "escript", "start", "-extra", "/volume/CODE"], 0x5566a39eb170 /* 12 vars */) = 0
12    execve("/usr/lib/erlang/erts-10.6.4/bin/beam.smp", ["/volume/CODE", "-B", "--", "-root", "/usr/lib/erlang", "-progname", "erl", "--", "-home", "/root", "--", "-boot", "no_dot_erlang", "-noshell", "-run", "escript", "start", "--", "-extra", "/volume/CODE"], 0x7ffe068426d0 /* 12 vars */) = 0
19    execve("/usr/lib/erlang/erts-10.6.4/bin/erl_child_setup", ["erl_child_setup", "1024"], 0x7ffd8cfa5190 /* 12 vars */) = 0
36    execve("/bin/sh", ["sh", "-c", "exec inet_gethost 4 "], 0x7f3b869c9660 /* 12 vars */) = 0
36    execve("/usr/lib/erlang/erts-10.6.4/bin/inet_gethost", ["inet_gethost", "4"], 0x55e136614cf8 /* 12 vars */) = 0
36    +++ exited with 0 +++
19    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=36, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
37    --- SIGUSR1 {si_signo=SIGUSR1, si_code=SI_USER, si_pid=36, si_uid=0} ---
37    +++ killed by SIGUSR1 +++
18    +++ exited with 0 +++
35    +++ exited with 0 +++
32    +++ exited with 0 +++
30    +++ exited with 0 +++
22    +++ exited with 0 +++
21    +++ exited with 0 +++
16    +++ exited with 0 +++
33    +++ exited with 0 +++
31    +++ exited with 0 +++
28    +++ exited with 0 +++
26    +++ exited with 0 +++
24    +++ exited with 0 +++
17    +++ exited with 0 +++
25    +++ exited with 0 +++
29    +++ exited with 0 +++
27    +++ exited with 0 +++
23    +++ exited with 0 +++
34    +++ exited with 0 +++
20    +++ exited with 0 +++
12    +++ exited with 0 +++
10    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=12, si_uid=0, si_status=0, si_utime=27, si_stime=9} ---
19    +++ exited with 0 +++
10    +++ exited with 0 +++