1 条题解

  • 0
    @ 2025-8-25 9:33:39

    #include<bits/stdc++.h> using namespace std; int main() { int f; scanf("%d",&f); if(f%2==1){ printf("Yes"); }else printf("No"); return 0; }

    • 1

    信息

    ID
    19
    时间
    1000ms
    内存
    256MiB
    难度
    6
    标签
    递交数
    102
    已通过
    33
    上传者