From cb49d2406a041e7bd06983951ab4669b8c495546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=B5=A9=E7=A7=A6?= <1358459281@qq.com> Date: Fri, 5 Jun 2020 18:07:47 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=9C=80=E8=9B=8B=E7=96=BC=E7=9A=84hello?= =?UTF-8?q?.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...0\233\213\347\226\274\347\232\204hello.md" | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 "\346\234\200\350\233\213\347\226\274\347\232\204hello.md" diff --git "a/\346\234\200\350\233\213\347\226\274\347\232\204hello.md" "b/\346\234\200\350\233\213\347\226\274\347\232\204hello.md" new file mode 100644 index 0000000..e33033e --- /dev/null +++ "b/\346\234\200\350\233\213\347\226\274\347\232\204hello.md" @@ -0,0 +1,30 @@ +```c +main(){int i,n[]={(((1<<1)<<(1<<1)<<(1<< + 1)<<(1<<(1>>1)))+((1<<1)<<(1<<1))), (((1 + <<1)<<(1<<1)<<(1<<1)<<(1<<1))-((1<<1)<<( + 1<<1)<<(1<<1))+((1<<1)<<(1<<(1>>1)))+ (1 + <<(1>>1))),(((1<<1)<<(1<<1)<<(1<<1)<< (1 + <<1))-((1<<1)<<(1<<1)<<(1<<(1>>1)))- ((1 + <<1)<<(1<<(1>>1)))),(((1<<1)<<(1<<1)<<(1 + <<1)<<(1<<1))-((1<<1)<<(1<<1)<<(1<<(1>>1 + )))-((1<<1)<<(1<<(1>>1)))),(((1<<1)<< (1 + <<1)<<(1<<1)<<(1<<1))-((1<<1)<<(1<<1)<<( + 1<<(1>>1)))-(1<<(1>>1))),(((1<<1)<<(1<<1 + )<<(1<<1))+((1<<1)<<(1<<1)<<(1<<(1>>1))) + -((1<<1)<<(1<<(1>>1)))),((1<<1)<< (1<<1) + <<(1<<1)),(((1<<1)<<(1<<1)<<(1<<1)<<(1<< + 1))-((1<<1)<<(1<<1))-(1<<(1>>1))),(((1<< + 1)<<(1<<1)<<(1<<1)<<(1<<1))-((1<<1)<< (1 + <<1)<<(1<<(1>>1)))-(1<<(1>>1))), (((1<<1 + )<<(1<<1)<<(1<<1)<<(1<<1))- ((1<<1)<< (1 + <<1)<<(1<<(1>>1)))+(1<<1)), (((1<<1)<< ( + 1<<1)<<(1<<1)<< (1<<1))-((1<<1)<< (1<<1) + <<(1<<(1>>1)))-((1<<1) <<(1<< (1>>1)))), + (((1<<1)<< (1<<1)<<(1<<1)<< (1<<1))- ((1 + <<1)<<(1<<1)<<(1<<1))+((1<<1)<< (1<<(1>> + 1)))), (((1<<1)<<(1<<1) <<(1<<1))+(1<<(1 + >>1))),(((1<<1)<<(1<<1))+((1<<1)<< (1<<( + 1>>1))) + (1<< (1>>1)))}; for(i=(1>>1);i + <(((1<<1) <<(1<<1))+((1 <<1)<< (1<<(1>>1 + ))) + (1<<1)); i++) printf("%c",n[i]); } +``` \ No newline at end of file -- Gitee