标签:log ++ printf span include code class int main
9876543210z@z:~/funnyC++$ cat main.cpp #include <stdio.h> int main() { int x = 10; while (x --> 0) { printf("%d", x); } }
标签:log ++ printf span include code class int main
原文地址:http://www.cnblogs.com/funnyweb/p/6217139.html