Änderung der Ausgabe
This commit is contained in:
parent
97f8f67d9f
commit
eccce9fc4a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ int main()
|
|||
std::string input;
|
||||
unsigned long long max;
|
||||
|
||||
std::cout << "Geben sie an bis zu welcher Zahl nach befreundeten Zahlen gesucht werden soll: ";
|
||||
std::cout << "Gib an bis zu welcher Zahl nach befreundeten Zahlen gesucht werden soll: ";
|
||||
|
||||
getline(std::cin, input);
|
||||
std::stringstream(input) >> max;
|
||||
|
|
Reference in a new issue