fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. int a, b; std::cout << "Podaj dwie liczby: ";
  6. std::cin >> a >> b; int suma = a + b;
  7. std::cout << "Suma: " << suma << std::endl;
  8. return 0;
  9. return 0;
  10. }
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
Podaj dwie liczby: Suma: -1472286305