Folgende Warnungen sind aufgetreten:
Warning [2] Undefined variable $dark_style_css - Line: 16 - File: global.php(958) : eval()'d code PHP 8.2.29 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/global.php(958) : eval()'d code 16 errorHandler->error_callback
/global.php 958 eval
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 5589 - File: inc/functions.php PHP 8.2.29 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/functions.php 5589 errorHandler->error_callback
/global.php 1035 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.29 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



Foren / Forums
24 Fragen / Questions - Druckversion

+- Foren / Forums (https://www.mathekalender.de/wp/forum)
+-- Forum: Aufgaben / Challenges (https://www.mathekalender.de/wp/forum/forum-1.html)
+--- Forum: Aufgabe 24 / Challenge 24 (https://www.mathekalender.de/wp/forum/forum-158.html)
+--- Thema: 24 Fragen / Questions (/thread-1244.html)

Seiten: 1 2 3 4 5 6


RE: 24 Fragen / Questions - hedgehog - 12-29-2024

Some questions concerning part 2 of the exercise:
1. could one assume elves are called up randomly from the different groups (i.e., one could not quarantee order and in worst case all elves from one group could be called before elves from the other groups are called)?
2. do the elves from the same group as called-up elf learn about the cookie type, which was in elf's box, after he said his answer, or they hear only the answer of the elf, but do not know, whether his answer was correct?


RE: 24 Fragen / Questions - lukas - 12-30-2024

(12-29-2024, 07:05 AM)hedgehog schrieb: Some questions concerning part 2 of the exercise:
1. could one assume elves are called up randomly from the different groups (i.e., one could not quarantee order and in worst case all elves from one group could be called before elves from the other groups are called)?
2. do the elves from the same group as called-up elf learn about the cookie type, which was in elf's box, after he said his answer, or they hear only the answer of the elf, but do not know, whether his answer was correct?

I'm sorry, that i was not able to answer in time Confused  I didn't have a look at the forum yesterday, so i saw your question just now.
I still want to answer it in case that you want to solve it without getting any points

concerning 1.: Yes, they are called up randomly and indeed your claimed worst case could happen.
concerning 2.: This information is not relevant to solving the challenge, but i also stated earlier (in german) that one can assume that the elves learn about the correct cookie type after guessing.