cleanup
This commit is contained in:
parent
a8549c838c
commit
ca52ddf33c
13
test.cpp
13
test.cpp
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue