Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 5:0c5eeee1465b, committed 2020-04-28
- Comitter:
- mirzamesic
- Date:
- Tue Apr 28 14:46:56 2020 +0000
- Parent:
- 4:9df439d3eee8
- Commit message:
- Ver2
Changed in this revision
| Mesic_Beispiel_64.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Mesic_Beispiel_64.cpp Tue Apr 21 19:28:46 2020 +0000
+++ b/Mesic_Beispiel_64.cpp Tue Apr 28 14:46:56 2020 +0000
@@ -13,7 +13,6 @@
(())) => false
(() => false
({[])} => false
-Gar keine Klammern => true
*/
@@ -61,7 +60,7 @@
int klammernAnzahl=runde+eckige+geschweifte; // hier wird die Summe aller Klammern berechnet
int textmitte=(klammernAnzahl/2)-1; // der mittlere Klammernindex wird berechnet z.B. ((())) also
- ^
+ // ^
// da kriegen wir die Nummer 2 d.H Index von diese Klammern
int richtigeZyklen=0;