-
个人简介
泥豪!
我叫张栩(张旭?)
我说没了你信吗?主要因为不知道说啥, 这个网站也是真好用 先学吧! 这是图灵本人开发的网站吗?(不可能) 今天是3月9日 打卡第x天(忘了几天了) 作业-Turing-我的域:李老师 and 打字鸭and作业-Turing-我的域:小博小游戏:开机
#include<bits/stdc++.h> using namespace std; int main(){ int n=/*填数字,自己填,两位数*/,k; cout<<"输入密码:"; while(true){ cin>>k; if(k!=n){ cout<<"密码错误"<<"\n"<<"提示(第一个数字,两位数):"<<n/10%10<<"\n"<<"再次输入:"; }else{ cout<<"用户您好!"; return 0; } } }
自动贩卖机(Turing原题:可乐机(可能找不找,周赛题))
#include<bits/stdc++.h> using namespace std; int a[10]; int main(){ char o; int n; cin>>n; for(int i=1;i<=n;i++){ cin>>o; if(o=='L'){ int y=0; while(true){ if(a[y]==0){ a[y]=1; break; } y++; } }else if(o=='R'){ int y=9; while(true){ if(a[y]==0){ a[y]=1; break; } y--; } }else{ int x=o-48; a[x]=0; } } for(int i=0;i<=10-1;i++){ cout<<a[i]; } return 0; }
-
最近活动
-
Stat
-
Rating