c_cpp 打印中国地图
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c_cpp 打印中国地图相关的知识,希望对你有一定的参考价值。
/*
* Magic code to print china map.
* The original idea is from International Obfuscated C Code test, check more here.
* http://stackoverflow.com/questions/3533348/how-does-this-code-generate-the-map-of-india
*/
#include <stdio.h>
int main(){int a,b,c; for (b = c = 10; (a =
"-FIGURE?,China *CJ Hello Folks,\
b&M\"D(G*>/#\";,B1:0=12<924;554D\
*76`<W#!?UEZ>YCWEWFTJOP$%CXAX@Z?\
\\#(/&!e)s z#F"[b+++21]); )
for(; a-- >32 ; ) putchar ( ++c=='d' ? c = c/10:32|(b&1?0:10)); return 0; }
/*
******
** ********
********** *************** **
************ *****************
**************** *****************
**************************** ******************
*************************** *********************
************************************ ***********************
****************************************************************
******************************************************* *
*****************************************************
**********************************************************
*********************************************************
*******************************************************
*******************************************************
****************************************************
***********************************************
**** ***********************************
*********************************
********************************
*******************************
*** *************** *
*********
***
*/
以上是关于c_cpp 打印中国地图的主要内容,如果未能解决你的问题,请参考以下文章