-
个人简介
图形编辑器 https://csacademy.com/app/graph_editor/
摸鱼人的小仓库 http://www.staggeringbeauty.com/
大虫子 https://www.ak-ioi.com/apps/oi-2048/
小恐龙 https://littlealchemy2.com/
小小炼金师 https://2048game.com/
数字组 https://dimit.me/Fe26/index_zh_CN.html
4399 https://www.mazegenerator.net/
迷宫 https://lewan.baidu.com/rankland
名字竞技场 https://deepmess.com/namerena/
枪战游戏 https://www.crazygames.com/game/kirka-io
飞机 https://www.crazygames.com/game/air-wars-2
基奥梅特 https://www.crazygames.com/game/kiomet-com
枪战 https://www.crazygames.com/game/ev-io
扎里德 https://www.crazygames.com/game/tzared
火柴人战争遗产 https://www.crazygames.com/game/stick-war
这就是灌篮 https://www.crazygames.com/game/basketbros
双人 https://www.crazygames.com/game/12minibattles
空战3 https://www.crazygames.com/game/air-wars-3
cin.getline(a,256);
int b=strlen(a);
#include<bits/stdc++.h>
using namespace std;
int max(int a,int b,int c){
int n=a;
if(b>n) n=b;
if(c>n) n=c;
cout<<n;
return n;
}
int main(){
int a,b,c;
cin>>a>>b>>c;
max(a,b,c);
return 0;
}
-
通过的题目
-
最近活动
题目标签
- 初窥门径
- 2
- 顺序结构
- 2