#include #include using namespace std; int main(void){ cout << hex << 100 << endl; cout << setfill('?') << setw(10) << 2343.10 << endl; }