Result

AC

Duration

1025ms

Code [DL]

00000000  78 3d 31 30 30 0a 81 77  61 3d ba dd bf b0 d9 82  |x=100..wa=......|
00000010  a9 82 e7 8e f3 82 af 8e  e6 0a 2b 28 61 3c 78 29  |..........+(a<x)|
00000020  82 f0 95 f1 8d 90 0a 82  e0 82 b5 61 3c 78 82 c8  |...........a<x..|
00000030  82 e7 78 3d 61 81 78 82  f0 35 30 89 f1 8c 4a 82  |..x=a.x..50...J.|
00000040  e8 95 d4                                          |...|
00000043

Disassembly

x=100
『a=コンソールから受け取
+(a<x)を報告
もしa<xならx=a』を50回繰り返

stdin

16
10
76
73
72
41
98
64
85
88
97
60
28
57
27
45
39
21
23
56
51
50
44
61
66
12
67
68
55
14
13
52
92
18
86
48
49
20
53
69
77
65
63
78
94
32
38
96
79
24

stdout

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
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0

stderr

strace

12    execve("/bin/sh", ["/bin/sh", "/root/script", "/volume/CODE"], 0x7ffc58bbe488 /* 7 vars */) = 0
13    execve("/bin/cat", ["cat", "-"], 0x7f3fb509b270 /* 7 vars */ <unfinished ...>
14    execve("/usr/bin/mono", ["mono", "/root/produire/produire-mono/pco"..., "/volume/CODE"], 0x7f3fb509b368 /* 7 vars */ <unfinished ...>
13    <... execve resumed>)             = 0
14    <... execve resumed>)             = 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} ---
16    +++ exited with 0 +++
15    +++ exited with 0 +++
14    +++ exited with 0 +++
12    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=14, si_uid=0, si_status=0, si_utime=53, si_stime=5} ---
12    +++ exited with 0 +++