#include <bits/stdc++.h>
using namespace std;
int main(){
float b;
double c;
cout<<sizeof(b)<<" "<<sizeof(c);
return 0;
}
#include <bits/stdc++.h>
using namespace std;
int main(){
float b;
double c;
cout<<sizeof(b)<<" "<<sizeof(c);
return 0;
}