| Leslie's profileLESLIE.NETPhotosBlogLists | Help |
|
2/17/2009 strawberry#include <stdlib.h>
#include <stdio.h>
#define ME "爛草莓"
int main()
{
printf("你是"ME"\r\n");
return 0;
}
--
因為你被別人預先定義為爛草莓
所以得到爛草莓
你願意改你就不會是爛草莓
你懶得改你就一直是爛草莓
結果最後就真的變成爛草莓 |
|
|