摘要: 1 #include 2 3 int main()4 {5 std::cout<<'\x32'<<'\x4D'<<'\n'<<std::endl;6 std::cout<<'\x32'<<'\t'<<'\x4D'<<'\n'<<std::endl;7 return 0;8 } 阅读全文
posted @ 2015-04-11 11:54 无敌烤皮蛋 阅读(68) 评论(0) 推荐(0)
摘要: 1 #include 2 #include "Sales_item.h" 3 using namespace std; 4 5 int main() 6 { 7 Sales_item total; 8 if(cin>>total){ 9 Sale... 阅读全文
posted @ 2015-04-11 10:49 无敌烤皮蛋 阅读(101) 评论(0) 推荐(0)