@@ -1,5 +1,7 @@
#pragma once
#include <iostream>
#include <string>
#include <cstdio>
using namespace std;
class Fecha {
public:
@@ -8,6 +10,7 @@ class Fecha {
void escribir();
bool es_igual(Fecha &f);
bool es_menor(Fecha &f);
string conv();
private:
int d, m, a;
int h, min, s;
The note is not visible to the blocked user.