#include <iostream>
using namespace std;

int main(){
	cout << "欢迎使用记忆锻炼器a1.0版本\n"
		 << "您曾经用过它吗?请用鼠标单击选择:";
	 
	return 0;
}