Untitled
unknown
c_cpp
a month ago
511 B
0
Indexable
Never
#include <iostream> using namespace std; int main() { int skolkoletkareshy; cin >> skolkoletkareshy; if (skolkoletkareshy > 40) cout << "tak ne bivaet"; else if (skolkoletkareshy > 30) cout << "starii"; else if (skolkoletkareshy > 20) cout << "bivalyi"; else if (skolkoletkareshy > 10) cout << "molodoy"; else cout << "on prosto kakoito perec"; }