去年没事的时候搞的,有点搞恶。
看看能打出什么。
//Compile it and run in Microsoft Visual C++ 6.0
struct stcode
{short int ssls[4];};
stcode stati; stcode stbic;
#include<stdio.h>//for output
int main(void){stcode l[3]=
{0x2049, 0x6F6C, 0x6576,
0x7920, 0x756F, 0x6620,
0x726F,0x7665,0x7265,
0x002E, 0x0000,};
printf("%s%s",
l,"C./n");
return
0;}
博客展示了一段在Microsoft Visual C++ 6.0编译运行的代码,代码结构包含结构体定义,主函数中对结构体数组进行初始化并使用printf输出内容,整体代码有搞怪性质。
1万+

被折叠的 条评论
为什么被折叠?



