2 solutions

  • 1
    @ 2024-8-22 15:50:48

    cout"记得好评";

    • 1
      @ 2024-8-22 15:49:57

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

      • 1

      Information

      ID
      23
      Time
      1000ms
      Memory
      256MiB
      Difficulty
      1
      Tags
      (None)
      # Submissions
      128
      Accepted
      66
      Uploaded By