int main() { int x = 10; int y = 20; int z = x + y; printf("Suma x i y wynosi: %d", z); return 0; }
Sprawdź odpowiedź