Result

AC

Duration

1237ms

Code [DL]

l=4 10 16 22 28 34 40 46 52 58 64 70 76 82 88 94 100 106 112 118 124 130 136 142 148 154 160 166 172 178 184 190
i=$(subst 9, 9,$(subst 8, 8,$(subst 7, 7,$(subst 6, 6,$(subst 5, 5,$(subst 4, 4,$(subst 3, 3,$(subst 2, 2,$(subst 1, 1,$(STDIN))))))))))
$(foreach p,1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32,$(if $(findstring $(word $(word $p, $l),x x $i),$(word $(word $p,$l),x $i)),$(info $(word $(word $p,$l),x x $i)),$(info $(word $(word $p,$l),$i))))

stdin

576 175
763 636
745 468
197 188
258 225
833 631
366 668
637 871
566 612
431 175
571 173
758 453
244 487
234 332
753 448
488 332
193 834
177 482
677 537
431 133
622 227
632 253
445 559
922 117
722 922
353 559
856 271
535 389
634 348
834 285
961 119
856 415

stdout

1
6
4
1
2
3
6
8
6
1
1
4
4
3
4
8
8
7
7
1
2
2
5
2
2
5
2
3
3
2
1
4

stderr

make: *** No targets.  Stop.

strace

10    execve("/bin/sh", ["/bin/sh", "/root/script", "/volume/CODE"], 0x7fffa4bd8420 /* 7 vars */) = 0
11    execve("/bin/cat", ["cat", "-"], 0x559fdd3f5028 /* 7 vars */) = 0
12    execve("/usr/bin/ag_launcher", ["/usr/bin/ag_launcher", "-i", "/usr/bin/make", "-f", "/volume/CODE"], 0x559fdd3f50a8 /* 7 vars */) = 0
12    execve("/usr/bin/make", ["/usr/bin/make", "-f", "/volume/CODE"], 0x55f85909bda0 /* 8 vars */ <unfinished ...>
11    +++ exited with 0 +++
12    <... execve resumed>)             = 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    +++ exited with 2 +++
10    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=12, si_uid=0, si_status=2, si_utime=0, si_stime=0} ---
10    +++ exited with 2 +++