Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <string>
#include <vector>
#include <iomanip>
#include <algorithm>
#include <fstream>
#include <cmath>
//muista bugien korjaus esim pankki laina
// TALLENNUS
static void tallennaTiedot(double saldo, double kateinen, double lainasaldo, const std::vector<std::string>& tapahtumaLista) {