2 solutions

  • 3
    @ 2024-4-24 13:17:59

    fetched

    • -2
      @ 2023-10-5 19:33:04
      #include<iostream>
      using namespace std;
      int main(){
      	int a,b,i=0;
          cin>>a>>b;
          while(b>0){
              b-=a;
              i+=1;
          }
          cout<<i<<endl;
          return 0;
      }//愉快。
      
      • 1

      Information

      ID
      3
      Time
      1000ms
      Memory
      64MiB
      Difficulty
      8
      Tags
      # Submissions
      14
      Accepted
      7
      Uploaded By