Is there anybody in there?

1 #include<iostream>
2 int main() {
3     std::cout << "Hello world!";
4     return 0;
5 }    
时间: 2024-11-09 00:10:55