-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
2,022 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
summary: Cvičenie XX | ||
id: cvicenie-xx | ||
categories: cvicenie | ||
tags: beginner | ||
status: Published | ||
authors: Milan Mladoniczky | ||
feedback link: https://github.com/interes-group/pevs-BIAX10029-codelabs/issues | ||
|
||
# Cvičenie XX | ||
|
||
<!-- ------------------------ --> | ||
## Úvod | ||
|
||
Niečo na uvod... | ||
|
||
### Obsah | ||
- | ||
|
||
> aside negative | ||
> Ak používate ako vývojové prostredie lokálny a editor a následnú kompiláciu cez terminál. Použite príkaz: | ||
> ```shell | ||
> gcc -std=c11 -o program -Wall -Wextra main.c | ||
> ``` | ||
Pre vypracovanie týchto úloh úplne postačuje použitie online kompilátora jazyku C. Napríklad stránku [OneCompiler for C](https://onecompiler.com/c) | ||
Riešenia na jednotlivé úlohy budú uverejnené najskôr nasledujúci deň po cvičení. | ||
<!-- ------------------------ --> | ||
## Úloha 1.1 | ||
Napíšte program, zdrojový kód, v jazyku C použitím štandardu C11, ktorý realizuje nasledovnú činnosť. | ||
### Príklady vstupov / výstupov programu | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
Podklady: https://cstutorialpoint.com/c-programs-for-practice/#13_Searching | ||
https://www.codechef.com/practice/c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.