1 条题解

  • 0
    @ 2024-5-21 20:58:11

    #include<bits/stdc++.h> using namespace std; int n; int main(){ cin>>n; if(n%3==0) cout<<"yes"; else cout<<"no"; return 0; }

    • 1

    信息

    ID
    633
    时间
    1000ms
    内存
    16MiB
    难度
    9
    标签
    递交数
    8
    已通过
    8
    上传者