fork download
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3.  
  4.  
  5. int main() {
  6.  
  7. int n,w;
  8. cin>>n>>w;
  9. cout<<n/w<<'\n';
  10.  
  11.  
  12.  
  13. }
  14.  
  15.  
  16.  
  17.  
Success #stdin #stdout 0.01s 5316KB
stdin
Standard input is empty
stdout
29242