1 条题解

  • 1
    @ 2026-6-6 21:41:37

    #include <bits/stdc++.h> using namespace std;

    int main() { int a; cin >> a; if (a % 3 == 0) { cout << "yes"; } else { cout << "no"; } return 0; }

    • 1

    信息

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