C- printf的使用
摘要:        
ASC C之后引入的一个特性是,相邻的字符可以被自动连接 1 /* printf.cc 2 * 2014/09/02 update 3 */ 4 #include 5 using namespace std; 6 7 int main() { 8 printf("abcd" 9 ...    阅读全文
        posted @ 2014-08-16 09:18 醉清风JM 阅读(266) 评论(0) 推荐(0)
posted @ 2014-08-16 09:18 醉清风JM 阅读(266) 评论(0) 推荐(0)