IOCCC

xiaoxiao2021-02-28  180

例一:

int i; void main() { for( ; i[ "]<i;++i){--i;}" ]; read('-'-'-', i+++"hello, world!\n", '/'/'/') ); } read(j,i,p) { write(j/p+p, i---j, i/i); } //解读: int i; main() { for( i=0; i<strlen("hello, world!\n"); i++) { read( 0, & "hello, world!\n"[i], 1); } } read( j, i, p) { write( j/p + p, // 0/1 + 1 == 1 == STDOUT i-- - j, // == i itself due to j == 0; // -- is POST-decrement and does not affect the calculation i/i /*== 1 as long as i != 0 - meaning print only single character*/ ); }
转载请注明原文地址: https://www.6miu.com/read-51618.html

最新回复(0)