#include #include #include #include int main () { long long start=0, end=0; std::string input; printf("Geben sie den Startwert ein: "); getline(std::cin, input); std::stringstream(input) >> start; printf("Geben sie den Endwert ein: "); getline(std::cin, input); std::stringstream(input) >> end; printf("\n"); if(startend; idx--) printf("%i, ", idx); printf("%i\n\nDie Summe der natuerlichen Zahlen von %i bis %i betraegt: ",end, start, end); if(start