fixed errors

This commit is contained in:
dino.celebic 2025-10-24 16:50:11 +02:00
commit 3f48f5381a

View file

@ -59,7 +59,7 @@ void fill_vector(istream& istr, vector<double>& v);
long int sum_of_spec(int n); 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. // 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 -------------- // -------------- Task E --------------