C++ funkcja kwadratowa
// funkcja kwadratowa #include <iostream> #include <cmath> using namespace std; int main() { double a,b,c,Delta; cout << „Podaj wspolczynnik a: „; cin >> a; cout << „Podaj wspolczynnik […]
// funkcja kwadratowa #include <iostream> #include <cmath> using namespace std; int main() { double a,b,c,Delta; cout << „Podaj wspolczynnik a: „; cin >> a; cout << „Podaj wspolczynnik […]
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! // Sortowanie Przez Wybór RRS #include <iostream> #include <cmath> #include <cstdlib> #include <iomanip> […]