by@iliss557_ort
AC
1112ms
main(a,b,c,d){c=100;while(c--){scanf("%d",&a);b=10;d=0;while(--b){if(a%b==0&&a/b<10){d=1;break;}}printf("%d",d);}return 0;}
90 85 65 73 79 91 83 46 22 27 23 11 39 82 58 58 28 97 45 52 24 38 40 49 35 81 57 95 39 69 63 81 76 80 89 78 50 17 43 12 13 54 41 72 42 33 95 96 56 37 86 77 48 36 32 94 61 53 22 10 18 11 75 55 60 93 41 90 29 47 16 87 66 88 62 26 34 92 98 20 59 84 64 70 21 25 17 14 31 71 68 99 44 55 19 51 15 74 67 30
0000000001000000101010111100001100000001010110001000111000011000000000100000000100101101000000001001
/tmp/code.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int] main(a,b,c,d){c=100;while(c--){scanf("%d",&a);b=10;d=0;while(--b){if(a%b==0&&a/b<10){d=1;break;}}printf("%d",d);}return 0;} ^~~~ /tmp/code.c: In function 'main': /tmp/code.c:1:1: warning: type of 'a' defaults to 'int' [-Wimplicit-int] /tmp/code.c:1:1: warning: type of 'b' defaults to 'int' [-Wimplicit-int] /tmp/code.c:1:1: warning: type of 'c' defaults to 'int' [-Wimplicit-int] /tmp/code.c:1:1: warning: type of 'd' defaults to 'int' [-Wimplicit-int] /tmp/code.c:1:32: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration] main(a,b,c,d){c=100;while(c--){scanf("%d",&a);b=10;d=0;while(--b){if(a%b==0&&a/b<10){d=1;break;}}printf("%d",d);}return 0;} ^~~~~ /tmp/code.c:1:32: warning: incompatible implicit declaration of built-in function 'scanf' /tmp/code.c:1:32: note: include '<stdio.h>' or provide a declaration of 'scanf' +#include <stdio.h> main(a,b,c,d){c=100;while(c--){scanf("%d",&a);b=10;d=0;while(--b){if(a%b==0&&a/b<10){d=1;break;}}printf("%d",d);}return 0;} ^~~~~ /tmp/code.c:1:98: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] main(a,b,c,d){c=100;while(c--){scanf("%d",&a);b=10;d=0;while(--b){if(a%b==0&&a/b<10){d=1;break;}}printf("%d",d);}return 0;} ^~~~~~ /tmp/code.c:1:98: warning: incompatible implicit declaration of built-in function 'printf' /tmp/code.c:1:98: note: include '<stdio.h>' or provide a declaration of 'printf'
10 execve("/bin/sh", ["/bin/sh", "/root/script", "/volume/CODE.c"], 0x7ffcd7015810 /* 7 vars */) = 0 11 execve("/usr/bin/realpath", ["realpath", "/volume/CODE.c"], 0x558235e99d20 /* 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("/bin/ln", ["ln", "-sf", "/volume/CODE.c", "/tmp/code.c"], 0x558235e99d40 /* 7 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/bin/gcc", ["gcc", "-Wall", "-O2", "-std=c99", "/tmp/code.c", "-o", "/tmp/code", "-lm"], 0x558236119118 /* 7 vars */) = 0 14 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/ccPBlALO.s"], 0x8bed40 /* 10 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=1, si_stime=0} --- 15 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/ccJjCKga.o", "/tmp/ccPBlALO.s"], 0x8bed40 /* 10 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} --- 16 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", ...], 0x8bed40 /* 12 vars */) = 0 17 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", ...], 0x7ffc632903f0 /* 12 vars */) = 0 17 +++ exited with 0 +++ 16 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=17, si_uid=0, si_status=0, si_utime=0, si_stime=0} --- 16 +++ exited with 0 +++ 13 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=16, si_uid=0, si_status=0, si_utime=0, si_stime=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=0, si_stime=0} --- 18 execve("/bin/cat", ["cat", "-"], 0x558235e99d08 /* 7 vars */ <unfinished ...> 19 execve("/tmp/code", ["/tmp/code"], 0x558235e99cf0 /* 7 vars */ <unfinished ...> 18 <... execve resumed> ) = 0 19 <... execve resumed> ) = 0 18 +++ exited with 0 +++ 10 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=18, si_uid=0, si_status=0, si_utime=0, si_stime=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 execve("/bin/rm", ["rm", "/tmp/code.c", "/tmp/code"], 0x558235e99cf0 /* 7 vars */) = 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} --- 10 +++ exited with 0 +++