#include <iomanip> #include <iostream> int main() { std::cout << std::setfill('0') << std::setw(5) << 25; }