fixed errors
This commit is contained in:
parent
dea72060c2
commit
3f48f5381a
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ void fill_vector(istream& istr, vector<double>& v);
|
|||
long int sum_of_spec(int n);
|
||||
|
||||
// Sums up all positive integers less or equal n which are multiples of 3 or of 5 (including or!) by inclusion-exclusion principle.
|
||||
double formula(long int n);
|
||||
double formula(int n);
|
||||
|
||||
// -------------- Task E --------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue