Question 1006:c Language Programming tutorial (third Edition) after class exercise 5.4

Source: Internet
Author: User

/******************************************************************** @file main.cpp@date 2017-05-07@author Zor O_tiger@brief Problem 1006:c Language Programming Tutorial (third Edition) after class exercise 5.4http://www.dotcpp.com/oj/problem1006.html********************************************************************///! Header file#include <cstdio>#include<algorithm>//! Macro Definition#defineTEST#undefTEST//! Program EntryintMainintargcConst Char*argv[]) {#ifdef TEST freopen ("In.txt","R", stdin); Freopen ("OUT.txt","W", stdout);#endif    intNA =0, NB =0, NC =0;  while(SCANF ("%d%d%d", &na, &AMP;NB, &AMP;NC)! =EOF) {printf ("%d\n", Std::max (Std::max (NA, NB), NC)); }    return 0;}

Question 1006:c Language Programming tutorial (third Edition) after class exercise 5.4

Related Article

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.