1 条题解

  • 0
    @ 2025-9-10 9:00:40

    C :

    #include <stdio.h>
    int main()
    {
        int a,b;
        scanf("%d%d",&a,&b);
        if(a==3&&b==3)
            printf("X WINS");
        else
            printf("O WINS");
    }
    
    • 1

    信息

    ID
    3657
    时间
    1000ms
    内存
    128MiB
    难度
    (无)
    标签
    递交数
    0
    已通过
    0
    上传者