1 条题解

  • 0
    @ 2024-12-24 21:54:17

    #include<bits/stdc++.h>

    using namespace std;

    int main(){

    if(5%2==1) cout<<"灯亮";

    else cout<<"灯灭";

    return 0;

    }

    • 1

    信息

    ID
    23
    时间
    1000ms
    内存
    64MiB
    难度
    3
    标签
    递交数
    67
    已通过
    37
    上传者