小鑫追女神

#include <stdio.h>


int main()
{
    int n;
    scanf("%d",&n);
    if(n == 1)
    {
        printf("I like you\n");
    }
    else if(n == 0)
    {
        printf("He he\n");
    }
    return 0;
}

相关文章:

  • 2021-10-26
  • 2022-01-16
  • 2021-08-17
  • 2022-01-15
  • 2021-06-28
  • 2021-05-30
  • 2022-12-23
  • 2021-10-06
猜你喜欢
  • 2022-01-22
  • 2021-04-28
  • 2022-03-04
  • 2021-12-03
  • 2022-12-23
  • 2021-11-04
相关资源
相似解决方案