知道了。。。。。。谢谢
#include<stdio.h>
int main(void)
{
int age;
printf("Guess my age:");
scanf("%d",&age);
if(age==15)
printf("Congratulations!");
else
if((age>15)||(age<15))
printf("No, you are wrong!"); 好了 你试试看吧,我修改了一下
return 0;}