profil

obserwujący0
obserwuje0
liczba punktów
250
rozwiązanych / najlepszych
0 / 0
prac i notatek
0
poleca84%

C++ Kalkulator

cpp #include #include // Definicja stałej M_PI, jeśli nie jest zdefiniowana w #ifndef M_PI #define M_PI 3.14159265358979323846 #endif using namespace std; int main() { double a, b, wynik; int dzialanie; cout > dzialanie;...