int main() { int a{5}; double b{5}; // int c{3.14}; nie skompiluje siÄ™ przez niepoprawny typ danych rzutowany int d = 3.14; }