#include <iostream.h> #include <iomanip.H> main(void) { long n = 10000; cout << oct << n ; return 0; }
23420"