by@cookies146
WA
s[9];main(j,a,t){for(;gets(s);puts(&a))for(j=t=strtol(s,0,2),a=48;j+5;)a+=j*(--j)==t*2;}
01100010 11010001 01101111 01000111 11111010 10111111 11101000 00110000 00000110 10010011 01110110 11010010 11111101 10101100 00000000 00011101 00000001 00011100 10101011 01111000 01010100 01001110 00011111 01100111 01011100 00101111 01101001 00001010 10111110 11110011 00110111 11010010 01011011 10010000 10101101 00010101 10100010 01001010 00101101 11100111 11000111 00000011 10011001 00000110 00100100 00001111 10100101 00001001 01000010 10001000
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 1 0 0 0 0 0 0 0 0 0 0 0 0 0
/tmp/code.c:1:1: warning: data definition has no type or storage class s[9];main(j,a,t){for(;gets(s);puts(&a))for(j=t=strtol(s,0,2),a=48;j+5;)a+=j*(--j)==t*2;} ^ /tmp/code.c:1:1: warning: type defaults to ‘int’ in declaration of ‘s’ [-Wimplicit-int] /tmp/code.c:1:6: warning: return type defaults to ‘int’ [-Wimplicit-int] s[9];main(j,a,t){for(;gets(s);puts(&a))for(j=t=strtol(s,0,2),a=48;j+5;)a+=j*(--j)==t*2;} ^ /tmp/code.c: In function ‘main’: /tmp/code.c:1:6: warning: type of ‘j’ defaults to ‘int’ [-Wimplicit-int] /tmp/code.c:1:6: warning: type of ‘a’ defaults to ‘int’ [-Wimplicit-int] /tmp/code.c:1:6: warning: type of ‘t’ defaults to ‘int’ [-Wimplicit-int] /tmp/code.c:1:23: warning: implicit declaration of function ‘gets’ [-Wimplicit-function-declaration] s[9];main(j,a,t){for(;gets(s);puts(&a))for(j=t=strtol(s,0,2),a=48;j+5;)a+=j*(--j)==t*2;} ^ /tmp/code.c:1:31: warning: implicit declaration of function ‘puts’ [-Wimplicit-function-declaration] s[9];main(j,a,t){for(;gets(s);puts(&a))for(j=t=strtol(s,0,2),a=48;j+5;)a+=j*(--j)==t*2;} ^ /tmp/code.c:1:48: warning: implicit declaration of function ‘strtol’ [-Wimplicit-function-declaration] s[9];main(j,a,t){for(;gets(s);puts(&a))for(j=t=strtol(s,0,2),a=48;j+5;)a+=j*(--j)==t*2;} ^ /tmp/code.c:1:78: warning: operation on ‘j’ may be undefined [-Wsequence-point] s[9];main(j,a,t){for(;gets(s);puts(&a))for(j=t=strtol(s,0,2),a=48;j+5;)a+=j*(--j)==t*2;} ^ /tmp/ccAVMTPN.o: In function `main': code.c:(.text.startup+0x10): warning: the `gets' function is dangerous and should not be used.