Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - #include <cmath>
- #include <iostream>
- #include <vector>
- using std::cin;
- using std::cout;
- using std::max;
- using std::min;
- using std::string;
- using std::vector;
- int main() {
- std::ios::sync_with_stdio(false);
- std::cin.tie(0);
- std::cout.tie(0);
- }
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment                    
                 
                    