Result

AC

Duration

979ms

Code [DL]

{؛(u:66¿q|p¡)ɹɐɥɔʇnd'p⅋⅋q|1⅋u=q'08>u=*p(15%p++=p؛(()ɹɐɥɔʇǝƃ=u)~؛)ɹoɟ}(p)uıɐɯ؛u'q

Disassembly

b,n;main(d){for(;~(n=getchar());d=++d%51)d*=n<80,b=n&1|b&&d,putchar(!d|b?99:n);}

stdin

                                   T              
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                       K                          

stdout

                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                                   c              
                       ccccccccccccc              

stderr

/tmp/code.c:1:1: warning: data definition has no type or storage class
 b,n;main(d){for(;~(n=getchar());d=++d%51)d*=n<80,b=n&1|b&&d,putchar(!d|b?99:n);}
 ^
/tmp/code.c:1:1: warning: type defaults to 'int' in declaration of 'b' [-Wimplicit-int]
/tmp/code.c:1:3: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int]
 b,n;main(d){for(;~(n=getchar());d=++d%51)d*=n<80,b=n&1|b&&d,putchar(!d|b?99:n);}
   ^
/tmp/code.c:1:5: warning: return type defaults to 'int' [-Wimplicit-int]
 b,n;main(d){for(;~(n=getchar());d=++d%51)d*=n<80,b=n&1|b&&d,putchar(!d|b?99:n);}
     ^~~~
/tmp/code.c: In function 'main':
/tmp/code.c:1:5: warning: type of 'd' defaults to 'int' [-Wimplicit-int]
/tmp/code.c:1:22: warning: implicit declaration of function 'getchar' [-Wimplicit-function-declaration]
 b,n;main(d){for(;~(n=getchar());d=++d%51)d*=n<80,b=n&1|b&&d,putchar(!d|b?99:n);}
                      ^~~~~~~
/tmp/code.c:1:22: note: 'getchar' is defined in header '<stdio.h>'; did you forget to '#include <stdio.h>'?
+#include <stdio.h>
 b,n;main(d){for(;~(n=getchar());d=++d%51)d*=n<80,b=n&1|b&&d,putchar(!d|b?99:n);}
                      ^~~~~~~
/tmp/code.c:1:34: warning: operation on 'd' may be undefined [-Wsequence-point]
 b,n;main(d){for(;~(n=getchar());d=++d%51)d*=n<80,b=n&1|b&&d,putchar(!d|b?99:n);}
                                 ~^~~~~~~
/tmp/code.c:1:53: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
 b,n;main(d){for(;~(n=getchar());d=++d%51)d*=n<80,b=n&1|b&&d,putchar(!d|b?99:n);}
                                                    ~^~
/tmp/code.c:1:61: warning: implicit declaration of function 'putchar' [-Wimplicit-function-declaration]
 b,n;main(d){for(;~(n=getchar());d=++d%51)d*=n<80,b=n&1|b&&d,putchar(!d|b?99:n);}
                                                             ^~~~~~~
/tmp/code.c:1:69: warning: suggest parentheses around operand of '!' or change '|' to '||' or '!' to '~' [-Wparentheses]
 b,n;main(d){for(;~(n=getchar());d=++d%51)d*=n<80,b=n&1|b&&d,putchar(!d|b?99:n);}
                                                                     ^~

strace

10    execve("/bin/sh", ["/bin/sh", "/root/script", "/volume/CODE"], 0x7ffc4b94b850 /* 9 vars */) = 0
11    execve("/usr/bin/realpath", ["realpath", "/volume/CODE"], 0x55d63b495d18 /* 9 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("/bin/ln", ["ln", "-sf", "/volume/CODE", "/tmp/code.rev-c"], 0x55d63b495d38 /* 9 vars */) = 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=0, si_stime=0} ---
13    execve("/usr/local/ruby-2.6.3/bin/ruby", ["/usr/local/ruby-2.6.3/bin/ruby", "/root/reversed-c/preprocess.rb", "/tmp/code.rev-c"], 0x55d63b495d40 /* 9 vars */) = 0
13    +++ exited with 0 +++
10    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=13, si_uid=0, si_status=0, si_utime=7, si_stime=1} ---
14    execve("/usr/bin/gcc", ["gcc", "-Wall", "-O2", "-std=c99", "/tmp/code.c", "-o", "/tmp/code", "-lm"], 0x55d63c53e118 /* 9 vars */) = 0
15    execve("/usr/libexec/gcc/x86_64-alpine-linux-musl/8.3.0/cc1", ["/usr/libexec/gcc/x86_64-alpine-l"..., "-quiet", "/tmp/code.c", "-quiet", "-dumpbase", "code.c", "-mtune=generic", "-march=x86-64", "-auxbase", "code", "-O2", "-Wall", "-std=c99", "-o", "/tmp/ccEeGBfb.s"], 0xd25440 /* 12 vars */) = 0
15    +++ exited with 0 +++
14    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=15, si_uid=0, si_status=0, si_utime=2, si_stime=0} ---
16    execve("/usr/lib/gcc/x86_64-alpine-linux-musl/8.3.0/../../../../x86_64-alpine-linux-musl/bin/as", ["/usr/lib/gcc/x86_64-alpine-linux"..., "--64", "-o", "/tmp/ccdAmEHN.o", "/tmp/ccEeGBfb.s"], 0xd25440 /* 12 vars */) = 0
16    +++ exited with 0 +++
14    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=16, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
17    execve("/usr/libexec/gcc/x86_64-alpine-linux-musl/8.3.0/collect2", ["/usr/libexec/gcc/x86_64-alpine-l"..., "-plugin", "/usr/libexec/gcc/x86_64-alpine-l"..., "-plugin-opt=/usr/libexec/gcc/x86"..., "-plugin-opt=-fresolution=/tmp/cc"..., "-plugin-opt=-pass-through=-lgcc", "-plugin-opt=-pass-through=-lgcc_"..., "-plugin-opt=-pass-through=-lc", "-plugin-opt=-pass-through=-lgcc", "-plugin-opt=-pass-through=-lgcc_"..., "--eh-frame-hdr", "--hash-style=gnu", "-m", "elf_x86_64", "--as-needed", "-dynamic-linker", "/lib/ld-musl-x86_64.so.1", "-pie", "-z", "relro", "-z", "now", "-o", "/tmp/code", "/usr/lib/gcc/x86_64-alpine-linux"..., "/usr/lib/gcc/x86_64-alpine-linux"..., "/usr/lib/gcc/x86_64-alpine-linux"..., "-L/usr/lib/gcc/x86_64-alpine-lin"..., "-L/usr/lib/gcc/x86_64-alpine-lin"..., "-L/usr/lib/gcc/x86_64-alpine-lin"..., "-L/lib/../lib", "-L/usr/lib/../lib", ...], 0xd265a0 /* 14 vars */) = 0
18    execve("/usr/lib/gcc/x86_64-alpine-linux-musl/8.3.0/../../../../x86_64-alpine-linux-musl/bin/ld", ["/usr/lib/gcc/x86_64-alpine-linux"..., "-plugin", "/usr/libexec/gcc/x86_64-alpine-l"..., "-plugin-opt=/usr/libexec/gcc/x86"..., "-plugin-opt=-fresolution=/tmp/cc"..., "-plugin-opt=-pass-through=-lgcc", "-plugin-opt=-pass-through=-lgcc_"..., "-plugin-opt=-pass-through=-lc", "-plugin-opt=-pass-through=-lgcc", "-plugin-opt=-pass-through=-lgcc_"..., "--eh-frame-hdr", "--hash-style=gnu", "-m", "elf_x86_64", "--as-needed", "-dynamic-linker", "/lib/ld-musl-x86_64.so.1", "-pie", "-z", "relro", "-z", "now", "-o", "/tmp/code", "/usr/lib/gcc/x86_64-alpine-linux"..., "/usr/lib/gcc/x86_64-alpine-linux"..., "/usr/lib/gcc/x86_64-alpine-linux"..., "-L/usr/lib/gcc/x86_64-alpine-lin"..., "-L/usr/lib/gcc/x86_64-alpine-lin"..., "-L/usr/lib/gcc/x86_64-alpine-lin"..., "-L/lib/../lib", "-L/usr/lib/../lib", ...], 0x7fffc1408de0 /* 14 vars */) = 0
18    +++ exited with 0 +++
17    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=18, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
17    +++ exited with 0 +++
14    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=17, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
14    +++ exited with 0 +++
10    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=14, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
19    execve("/bin/cat", ["cat", "-"], 0x55d63b495d08 /* 9 vars */) = 0
20    execve("/tmp/code", ["/tmp/code"], 0x55d63b495cf0 /* 9 vars */) = 0
19    +++ exited with 0 +++
10    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=19, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
20    +++ exited with 0 +++
10    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=20, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
21    execve("/bin/rm", ["rm", "/tmp/code.c", "/tmp/code"], 0x55d63b495cf0 /* 9 vars */) = 0
21    +++ exited with 0 +++
10    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=21, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
10    +++ exited with 0 +++