#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
int n;
system("title iPhone13");
cout<<"\n
\n
| iPhone13 |\n
| |\n
| ____ |\n
| / \ |\n
|__|||\n
|| ||\n
|| ( ) ||\n
|| | ||\n
||______||\n
| |\n
|____|\n
\n
\n
请输入4位密码:\n";
cin>>n;
if(n=='0000'){
system("cls");
cout<<"\n
\n
\n\开锁成功!";
Sleep(30000);
}else{
system("cls");
}