fork(1) download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. int N;
  6. int M;
  7. int K;
  8. cin >> N >> M >> K;
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. cout << M;
  32. return 0;
  33. }
Success #stdin #stdout 0.01s 5284KB
stdin
100 50 1
stdout
50