Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SemestralWork
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PJP
SemestralWork
Commits
6335a2be
Commit
6335a2be
authored
9 years ago
by
Jan Trávníček
Browse files
Options
Downloads
Patches
Plain Diff
fix task definition
parent
0de93c40
Branches
part2
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
task_definition
+3
-3
3 additions, 3 deletions
task_definition
zadani
+3
-3
3 additions, 3 deletions
zadani
with
6 additions
and
6 deletions
task_definition
+
3
−
3
View file @
6335a2be
...
...
@@ -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%,
This diff is collapsed.
Click to expand it.
zadani
+
3
−
3
View file @
6335a2be
...
...
@@ -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%
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment