Kurso de Raku / Esencoj / Asociaj datentipoj / Nestitaj haxoj

Kvizo — Multnivelaj haxoj

Por la donita datuma strukturo:

my %statistics =
    1900 => {
        Jan => 500,
        Feb => 550,
    },
    2000 => {
        Jan => 1230,
        Feb => 1245,
    };

Elektu la liniojn kiuj provizas ĝustan aliron al la datuma ero por februaro de 1900.

1 say %statistics<1900><Feb>;  
1 say %statistics{1900}<Feb>; Ĉi tio estas ĝusta, ĉar 1900 povas esti implicite konvertita al ĉeno.
0 say %statistics{1900}{Feb}; Malĝusta, ĉar Feb devas esti ĉeno.
1 say %statistics{'1900'}{'Feb'};  

Kurso navigado

Asociaj datentipoj / Haxoj   |   Asociaj datentipoj / Interpolante haxojn


💪 Or jump directly to the exercises to this section.

Ĉi tiu paĝo estas aŭtomate tradukita per ChatGPT 4o. Originala angla teksto

Tradukoj de ĉi tiu paĝo: EnglishDeutschEspañolItalianoLatviešuNederlandsБългарскиРусскийУкраїнська