#include <iostream>
#include <cstdio>
using namespace std;

int main() {
	// your code goes here
	int i = 100;
	printf("%f\n", i);
	return 0;
}