#include <iostream> using namespace std; int main() { float f; double d; cout << sizeof(f) << " " << sizeof(d) << endl; return 0; }
使用您的 编译未来 通用账户