diff --git a/LR3/main.cpp b/LR3/main.cpp index a88160a..c50467c 100644 --- a/LR3/main.cpp +++ b/LR3/main.cpp @@ -6,7 +6,6 @@ #include - using namespace std; diff --git a/LR3/svg.cpp b/LR3/svg.cpp index 0326c53..76d59ce 100644 --- a/LR3/svg.cpp +++ b/LR3/svg.cpp @@ -2,7 +2,7 @@ #include using namespace std; -void + svg_begin(double width, double height) { cout << "\n"; cout << "\n"; } -void -svg_end() { + +void svg_end() { cout << "\n"; } @@ -54,3 +54,4 @@ void show_histogram_svg(const vector& bins) { //svg_rect(50, 0, bins[0] * 10, 30); svg_end(); } +