测试一下 Last

1 #include <bits/stdc++.h>
2 using namespace std;
3 int main(){
4     printf("Hello, World!");
5     return 0;
6 }
7  
 

原文地址:https://www.cnblogs.com/Shinomiya/p/13573789.html