Valentine's Day special @ XXX (drunk struck romantic code)

Code A: I think about is you

#include<stdio.h>
int main()
{
    printf("  **  **\n");
    printf(" ********\n");
    printf(" ********\n");
    printf(" ***你***\n");
    printf("  ******\n");
    printf("   ****\n");
    printf("    **\n");
    printf("我的心里只有你!");
    return 0;
}

Code II: I wish you 999

#include<stdio.h>
int main()
{
    printf("你们要永远");
    for(int i=0;i<=999;i++)
    {
        printf("999");
    }
    return 0;
}

Code 3: If love is a book, then I am your bank;
if love is happy, then I will make you happy;
if love is a rose, then I'm your rose garden
no matter what is love, always love you!

#include<stdio.h>
int main()
{
    int;
    if(==存折)
        printf("银行\n");
    else if(==快乐)
        printf("开心果\n");
    else if(==玫瑰)
    {
        printf("玫瑰园\n");
    }
    return 0;
}
Published 22 original articles · won praise 19 · views 5893

Guess you like

Origin blog.csdn.net/qq_45748475/article/details/104298125