码迷,mamicode.com
首页 > 其他好文 > 详细

第二张 例2.3

时间:2017-09-13 14:09:55      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:using   out   ota   log   logs   src   int   style   def   

#include<iostream>
using namespace std;
#define PRICE 30
技术分享

int main()
{
    int num,total;
    num=10;
    total=num*PRICE; 
    cout<<"total="<<total<<endl;
    return 0; 
}

 

第二张 例2.3

标签:using   out   ota   log   logs   src   int   style   def   

原文地址:http://www.cnblogs.com/aipopo/p/7514366.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!