Korotkodul

BEGIN

Nov 6th, 2023
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1. #include <cmath>
  2. #include <iostream>
  3. #include <vector>
  4.  
  5. using std::cin;
  6. using std::cout;
  7. using std::max;
  8. using std::min;
  9. using std::string;
  10. using std::vector;
  11.  
  12. int main() {
  13.   std::ios::sync_with_stdio(false);
  14.   std::cin.tie(0);
  15.   std::cout.tie(0);
  16.  
  17. }
Add Comment
Please, Sign In to add comment