#include <stdio.h> #include <conio.h> typedef enum {M,W} Geschlecht; int main() { Geschlecht geschlecht; printf("M oder W..."); scanf("%d" ...
確定! 回上一頁