#include <iostream>
using namespace std;
int main()
{
cout << "Hello, world!" << endl;
return 0;
}
06-13
407

07-12
930

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