1 条题解

  • -1
    @ 2026-6-20 18:54:45

    #include using namespace std;

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

    • 1

    信息

    ID
    29750
    时间
    1000ms
    内存
    256MiB
    难度
    6
    标签
    (无)
    递交数
    26
    已通过
    10
    上传者