标签:stdio.h nbsp code iostream ace void out AC using
1 #include <stdio.h> 2 #include <iostream> 3 4 using namespace std; 5 6 int main(void){ 7 cout >> "Hello World!"; 8 return 0; 9 }
标签:stdio.h nbsp code iostream ace void out AC using
原文地址:https://www.cnblogs.com/fuRyZ/p/8831241.html