Result

AC

Duration

1102ms

Code [DL]

00000000  6d 3d 31 30 30 0a 35 30  89 f1 8c 4a 82 e8 95 d4  |m=100.50...J....|
00000010  0a 78 3d ba dd bf b0 d9  82 a9 82 e7 8e f3 82 af  |.x=.............|
00000020  8e e6 0a 61 3d 2b 28 6d  3e 78 29 0a 61 82 f0 95  |...a=+(m>x).a...|
00000030  f1 8d 90 0a 6d 3d 6d 2b  28 78 2d 6d 29 2a 61     |....m=m+(x-m)*a|
0000003f

Disassembly

m=100
50回繰り返
x=コンソールから受け取
a=+(m>x)
aを報告
m=m+(x-m)*a

stdin

69
82
39
20
62
47
76
95
49
54
66
92
85
94
42
77
45
89
21
71
23
74
55
88
60
53
87
96
40
83
22
43
78
51
80
38
19
26
24
35
30
61
64
52
48
91
65
44
84
37

stdout

1
0
1
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1
0
0
0
0
0
0
0
0
0
0
0
0
0

stderr

strace

13    execve("/bin/sh", ["/bin/sh", "/root/script", "/volume/CODE"], 0x7ffd7d19e208 /* 7 vars */) = 0
14    execve("/bin/cat", ["cat", "-"], 0x7fb6be097270 /* 7 vars */ <unfinished ...>
15    execve("/usr/bin/mono", ["mono", "/root/produire/produire-mono/pco"..., "/volume/CODE"], 0x7fb6be097368 /* 7 vars */) = 0
14    <... execve resumed>)             = 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} ---
17    +++ exited with 0 +++
16    +++ exited with 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=51, si_stime=6} ---
13    +++ exited with 0 +++