#include
main() { int m; scanf("%d", &m); if (m >= 0) { if (m%2 == 0) printf("%d is a positive even\n", m); else printf("%d is a positive odd\n", m); } else { if (m % 2 == 0) printf("%d is a negative even\n", m); else printf("%d is a negative odd\n", m); } }
【简答题】Cloze: Fill in each of the blanks with an appropriate word. The beginning letter of each has been given to you. Flat-sharing You’ve got a problem. You’re going to go to university in a different town ...