Пример №19

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main () { int one, two, three, answer; two = 2; three = 3; one = 1; cout << "Невский проспект получил своё название в честь кого/чего?"<< endl; cin >> answer; if (answer == two) { cout << "Ваш ответ правильнйый!"; } else { cout << "Вы ошиблись!"; return 0; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines