#include using namespace std; int main() { float a; double b; cout << sizeof(a) << " " << sizeof(b) << endl; return 0; }