Little_hobbit

solution_main.cpp

Sep 5th, 2020 (edited)
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.37 KB | None | 0 0
  1. /*
  2.  * Южный федеральный университет, ИКТИБ, кафедра МОП ЭВМ
  3.  * Гатауллин Руслан Рустемович
  4.  * Написано 05.09.2020
  5.  */
  6.  
  7. #include <iostream>
  8. #include "solution.h"
  9.  
  10. int main()
  11. {
  12.     setlocale(LC_ALL, "Rus");
  13.     Series s;
  14.     s.input_series();
  15.     s.display_solves();
  16.     return 0;
  17. }
  18.  
Add Comment
Please, Sign In to add comment