Result

AC

Duration

1256ms

Code [DL]

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

stdin

182 883
869 664
184 685
227 766
953 569
811 223
122 726
392 332
785 852
529 997
138 516
238 437
277 397
535 356
366 665
165 567
455 596
258 775
915 594
761 115
373 733
263 932
134 455
937 671
241 679
733 957
411 156
522 663
743 462
155 456
477 772
974 479

stdout

86473223598875655751334713163574

stderr

strace

10    execve("/bin/sh", ["/bin/sh", "/root/script", "/volume/CODE"], 0x7fff2a57dba0 /* 7 vars */) = 0
11    execve("/bin/cat", ["cat", "-"], 0x559ac6d34d38 /* 7 vars */) = 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/escript", ["/usr/bin/escript", "/volume/CODE"], 0x559ac6d34d50 /* 7 vars */) = 0
12    execve("/usr/bin/erl", ["/usr/bin/erl", "+B", "-boot", "no_dot_erlang", "-noshell", "-run", "escript", "start", "-extra", "/volume/CODE"], 0x558d08f955e0 /* 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/.*\\///"], 0x55b0582ad168 /* 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"], 0x55b0582ad170 /* 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"], 0x7ffcc6aa6e00 /* 12 vars */) = 0
19    execve("/usr/lib/erlang/erts-10.6.4/bin/erl_child_setup", ["erl_child_setup", "1024"], 0x7ffc52ca75d0 /* 12 vars */) = 0
36    execve("/bin/sh", ["sh", "-c", "exec inet_gethost 4 "], 0x7fc96d95e660 /* 12 vars */) = 0
36    execve("/usr/lib/erlang/erts-10.6.4/bin/inet_gethost", ["inet_gethost", "4"], 0x56205b62dcf8 /* 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 +++
34    +++ exited with 0 +++
33    +++ exited with 0 +++
32    +++ exited with 0 +++
31    +++ exited with 0 +++
30    +++ exited with 0 +++
29    +++ exited with 0 +++
28    +++ exited with 0 +++
27    +++ exited with 0 +++
26    +++ exited with 0 +++
25    +++ exited with 0 +++
24    +++ exited with 0 +++
23    +++ exited with 0 +++
22    +++ exited with 0 +++
20    +++ exited with 0 +++
17    +++ exited with 0 +++
16    +++ exited with 0 +++
21    +++ 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=26, si_stime=6} ---
19    +++ exited with 0 +++
10    +++ exited with 0 +++