12 条题解

  • -3
    @ 2022-5-1 18:01:26

    #include <stdio.h> #include #include <math.h> #include using namespace std; int main() { char a; cin >> a; if(a % 2 == 0) { cout << "NO"; } else { cout << "YES"; } return 0; }

    信息

    ID
    873
    时间
    1000ms
    内存
    256MiB
    难度
    4
    标签
    递交数
    932
    已通过
    411
    上传者