Advertisement
Guest User

c++

a guest
Oct 21st, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #include <iostream>
  2. #include <iomanip>
  3. #include <string>
  4. using namespace std;
  5. int main()
  6. {
  7. return 0;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement