WszystkieTestyWszystkieTesty
Pojedyncze Pytanie
Pytanie 15 z 18
Pomiń i wróć

Poniższy program? #include #include using namespace std; #include using namespace std; template myType GetMax (myType a, myType b) { return (a>b?a:b); } int main () { cout << GetMax(10,5); return 0; }

Podejdź do arkusza