Commit 821e3d2f by Szeberényi Imre

undel

parent c386e73b
......@@ -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 << "\nintarr1-ben 5-nel nagyobb: ";
cout << db << " db" << endl;
#endif // ELKESZULT >= 15
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment