cleanup
This commit is contained in:
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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user