This commit is contained in:
leca 2025-05-19 01:06:28 +03:00
parent a8549c838c
commit ca52ddf33c
2 changed files with 0 additions and 13 deletions

BIN
a.out

Binary file not shown.

View File

@ -1,13 +0,0 @@
#include <iostream>
using namespace std;
int main () {
char lowerGender;
cin >> lowerGender;
if ((lowerGender != 'm' && lowerGender != 'f') && (lowerGender != 'м' && lowerGender != 'ж' )) {
cout << "хуйня" << std::endl;
cout << (int)lowerGender << endl;
} else {
cout << "норм" << endl;
}
}