摘要: #include <stdio.h>int main(void){ printf("%.1s\n", "hello,world" + 1); return 0;} 阅读全文
posted @ 2012-01-21 14:57 universe.ini 阅读(97) 评论(0) 推荐(0)