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

打出cstring

时间:2017-09-28 18:07:23      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:span   string   bit   ace   color   std   str   char   its   

#include <bits/stdc++.h>
using namespace std;
int main(){
    for(int i=0;i<=128;i++)
    cout<<i<<" "<<(char)i<<endl; 
} 

 

打出cstring

标签:span   string   bit   ace   color   std   str   char   its   

原文地址:http://www.cnblogs.com/79707536wc/p/7607704.html

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