标签:print pre stream span hello std ios using div
1 #include <cstdio> 2 #include <iostream> 3 using namespace std; 4 int main() 5 { 6 printf("Hello world"); 7 puts("Hello world"); 8 cout << "Hello world" << endl; 9 return 0; 10 }
标签:print pre stream span hello std ios using div
原文地址:http://www.cnblogs.com/9pounds15pence/p/6349435.html