Skip to content
Snippets Groups Projects
Commit 6335a2be authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fix task definition

parent 0de93c40
Branches part2
No related tags found
No related merge requests found
......@@ -36,12 +36,12 @@ Number of points depends on the number of features implemented:
 
Main function, printing numbers, reading numbers, global variables support, expressions, assignment, number constants in decadic base: base solution,
Number constants in hexadecimal and octal base (c like): 5%,
If, While: 10%
For (to and downto): 10%,
If, While ( with break statement) : 10%
For (to and downto; with break statement): 10%,
Nested blocks: 10%,
Statically allocated arrays (indexed in any interval): 15%,
 
Procedures, Functions, Local variables: 15%,
Procedures, Functions, Local variables, exit statement: 15%,
Parameters of functions and procedures: 10%,
Recursion: 10%,
Indirect recursion: 15%,
......@@ -36,12 +36,12 @@ Bodové hodnocení bude záviset na počtu implementovaných funkcionalit.
 
Main funkce, výpis čísel, načítání čísel, globální proměnné, výrazy, přiřazení, číselné konstanty v dekadické soustavě: základ,
Číselné konstanty v hexadecimální a oktalové soustavě: 5%,
If, While: 10%
For (to i downto): 10%,
If, While (společně s příkazem break): 10%
For (to i downto; společně s příkazem break): 10%,
Vnořené bloky: 10%,
Statické pole (indexované v jakémkoli intervalu hodnot): 15%,
 
Procedury, Funkce, lokální proměnné: 15%,
Procedury, Funkce, lokální proměnné, exit: 15%,
Parametry funkcí a procedur: 10%,
Rekurze: 10%,
Nepřímá rekurze: 15%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment