1 2 3 4 5 6 7 8 9 10 11 12 13 14
//lab3 #include <iostream> using namespace std; using std::cout; using std::cin; using std::endl; int main() { }