algorithm to increase decimal number to octal number

Source: Internet
Author: User

algorithm to increase decimal number to octal number time limit: 1.0s memory limit: 512.0MB    Write a function that converts a decimal number to its corresponding octal number. The program reads in a decimal number, calls the function to implement the number conversion, the output corresponding octal. Sample input 9274 Sample Output 22072 Example input 18 sample output 22
1#include <iostream>2#include <cstdio>3#include <cstring>4#include <algorithm>5 using namespacestd;6 intMain ()7 {8     intN;9      while(~SCANF ("%d",&N))Ten     { Oneprintf"%o\n", n); A     } -     return 0; -}

algorithm to increase decimal number to octal number

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.