游客 Signup | Login
中文 | En

3573 - Hello Pascal

编写程序,要求输出“Hello Pascal”。

Input

Output

一行输出,并且换行结尾

Examples

Input

Output

Hello Pascal

Solution C++

#include<bits/stdc++.h>
using namespace std;
int main()
{
	cout<<"Hello Pascal";                           
	return 0;
}
Time Limit 1 second
Memory Limit 128 MB
Discuss Stats
上一题 下一题