OJ-Problems-Source/QUSTOJ/1572.cpp
2016-05-26 07:54:05 +08:00

10 lines
110 B
C++

#include <iostream>
using namespace std;
int main()
{
cout << "Hello,World!" << endl;
return 0;
}