#include using namespace std; int main() { cout.setf(ios::scientific); cout << 123 << " " << 12.23 << " "; return 0; }