kit1858644 发表于 2012-11-9 04:19:55

CodeBlocks的奇怪問題

我的CodeBlocks有個奇怪問題, 想問一下為什麼會有個奇異的字出現?

我也不知道是那國字, 如下:http://b110.photo.store.qq.com/psb?/V12A2A1n2vIpoe/wzNw7GlW8fvJ9.OYOkfSm0NQsbXijQy97lXahlBaiWM!/b/dDxKlUHtGQAA&bo=pgK8AQAAAAADADw!
源碼:
#include <stdio.h>

void main()
{
    int a;
    printf("Please input a number you want:");
    scanf("%d", &a);
    if(a<1 && a<50)
    {
      printf("This is wrong numberㄐ\n");
    }
    else
    {
      printf("Congratulation, This is Correct number\n");
    }
}


页: [1]
查看完整版本: CodeBlocks的奇怪問題