标签: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; }
标签:using out ota log logs src int style def
原文地址:http://www.cnblogs.com/aipopo/p/7514366.html