普通会员
登录
首页
题库
信息学奥赛题库
知识点
试卷
题库
信息学奥赛题库
题目列表
信息学奥赛题库
共有 672 道题
分类
2011 提高组初赛试题 共34题
题目列表
组合题
(新壳栈)小 Z 设计了一种新的数据结构“新壳栈”。首先,它和传统的栈一样支持压入、弹出操作。此外,其栈...
2012年
初赛
63
0
组合题
(排列数)输入两个正整数 n,m(1≤n≤20,1≤m≤n),在 1∼n 中任取 m 个数,按字典序从小到大输出所有这样的排列...
2012年
初赛
60
0
填空题
#include <iostream>#include <string>using namespace std;int lefts[20], rights[20], fathe...
2012年
初赛
63
0
组合题
#include <iostream>using namespace std;const int SIZE = 20;int data[SIZE];int n, i, h, ans;voi...
2012年
初赛
62
0
填空题
#include <iostream>using namespace std;int n, i, ans;int gcd(int a, int b){ if (a...
2012年
初赛
57
0
填空题
#include <iostream>using namespace std;int n, i, temp, sum, a[100];int main() { c...
2012年
初赛
54
0
组合题
(笛卡尔树)对于一个给定的两两不等的正整数序列,笛卡尔树是这样的一棵二叉树:首先,它是一个最小堆,即...
2011年
初赛
50
0
组合题
完善程序(大整数开方) 输入一个正整数 n(1≤n≤10100),试用二分法计算它的平方根的整数部分。#include<...
2011年
初赛
完善程序
35
0
填空题
#include<iostream>#include<cstring>#include<string>using namespace std;const int S...
2011年
初赛
55
0
填空题
#include<iostream>using namespace std;const int V=100;int n,m,ans,e[V][V];bool visited[V];void...
2011年
初赛
55
0
1
2
3
4
下一页
搜索
题目类型
全部
单选题
多选题
判断题
填空题
问答题
组合题
标签
题型
选择题
阅读程序
完善程序
判断题
年份
2000年
2001年
2002年
2003年
2004年
2005年
2006年
2007年
2008年
2009年
2010年
2011年
2012年
2013年
2014年
2015年
2016年
2017年
2018年
2019年
2020年
2021年
2022年
2023年
2024年
级别
练习
初赛
复赛
国赛
预选赛