Notice
Recent Posts
Recent Comments
Link
«   2024/05   »
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
Tags
more
Archives
Today
Total
관리 메뉴

닌자고양이

[C/C++] 369 본문

C C++

[C/C++] 369

닌자고양이 2019. 10. 31. 11:51
#include <stdio.h>

int main(void)  
{  
    for (int i = 1, j = 1; i < 100; j || printf("%d ", i), i++) 
        for (j = i; j > 0 && j % 10 && j % 10 % 3; j /= 10); 
}

 

Comments