Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Prog2
/
labor_peldak
/
lab_09
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
821e3d2f
authored
Apr 25, 2019
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
undel
parent
c386e73b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
genArray3/gen_array_iter3_test.cpp
+4
-1
No files found.
genArray3/gen_array_iter3_test.cpp
View file @
821e3d2f
...
...
@@ -87,7 +87,10 @@ int main() {
#endif // ELKESZULT >= 14
#if ELKESZULT >= 15
int
db
=
szamol_ha
(
intarr1
.
begin
(),
intarr1
.
end
(),
nagyobb_mint
<
int
>
(
5
));
// Számlálja össze az intarr1-ben az 5-nél nagyobb elemeket!
// Használja a korábban elkészített szamol_ha sablont!
#error "egeszitse ki a kodot"
int
db
=
cout
<<
"
\n
intarr1-ben 5-nel nagyobb: "
;
cout
<<
db
<<
" db"
<<
endl
;
#endif // ELKESZULT >= 15
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment