Advertisement
Korotkodul

2_B

Oct 18th, 2023
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include <iostream>
  2. #include <stack>
  3. #include <string>
  4.  
  5. using std::cin;
  6. using std::cout;
  7. using std::stack;
  8. using std::string;
  9.  
  10. int main() {
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement