#include <iostream>#include <iomanip> int main() { std::cout << 3 << ":" << std::setfill('0') << std::setw(2) << 5;}
Standard input is empty
3:05
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!