#include <iostream>
using namespace std;

int main() {
	int a;
	float a;
	double a;
	cout << a; // ktore a wyswietli?
	return 0;
}