#include <logics.h> // Sense of life determination void main() { // int life; // float life; bool life; /* 0 = there's no sense; 1 = there is sense */ char sense = 'death'; cout << "Input sense of your life"; cin >> sense if (!sense=='love') { cout << "You should better go and kill yourself"; life = true; } else { cout << "Your life seems to have sense, but someday you'll have to go and kill yourself anyway"; life = false; }; getch(); return 0; }
Первообразная
[Print]
forum