@ -11,4 +11,4 @@
:failed: 0
:ignored: 0
:stdout: []
:time: 0.022334299981594086
:time: 0.025510799983749166
@ -51,4 +51,4 @@
:time: 0.039953699975740165
:time: 0.045171999983722344
:time: 0.02081809999071993
:time: 0.02026409999234602
:time: 0.019612700009020045
:time: 0.020749499992234632
@ -169,7 +169,8 @@ void quizduell() {
if (scanf("%s", auswahl) != 1) {
}
int auswahlIndex = -1;
typedef int CategoryIndex;
CategoryIndex auswahlIndex = -1;
for (int i = 0; i < MAX_CATEGORIES; i++) {
if (kategorien[i].fragen != NULL && strcmp(auswahl, "Mountains") == 0) {