#include<stdio.h>
#include<string>
#include<windows.h>
int main()
{
char str[3];
int flag=1;
flag:printf("Do you love me?\n");
scanf("%s",str);
if(strcmp(str,"no")!=0&&strcmp(str,"NO")!=0)
{
printf("请重新输入!!!\n");
goto flag;
}
while(strcmp(str,"yes")!=0&&strcmp(str,"YES")!=0)
{
flag=0;
printf("I will be waiting for you\n");
Sleep(100);
printf("\n");
printf("after a long time...\n");
printf("Do you love me?\n");
scanf("%s",str);
}
if(flag==1)
printf("I love you,too\n");
else
printf("I don't love you anymore\n");
system("pause");
return 0;
}c语言表白!!!!(ps 偶然看到的)
最新推荐文章于 2025-01-08 15:53:47 发布
本文探讨了在爱情中如何面对对方的不确定性,通过互动与沟通找到彼此的共鸣点,最终实现心灵的相互理解和接纳。
&spm=1001.2101.3001.5002&articleId=51504444&d=1&t=3&u=8b87a6f4a41a4f1899d1dfcf785e6fed)
6727

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



