普通会员
登录
首页
题库
信息学奥赛题库
知识点
试卷
题库
信息学奥赛题库
题目列表
信息学奥赛题库
共有 672 道题
筛选
2012年
题目列表
单选题
二进制数 11.01 在十进制下是( )。
2012年
初赛
83
0
组合题
(新壳栈)小 Z 设计了一种新的数据结构“新壳栈”。首先,它和传统的栈一样支持压入、弹出操作。此外,其栈...
2012年
初赛
86
0
组合题
(排列数)输入两个正整数 n,m(1≤n≤20,1≤m≤n),在 1∼n 中任取 m 个数,按字典序从小到大输出所有这样的排列...
2012年
初赛
84
0
填空题
#include <iostream>#include <string>using namespace std;int lefts[20], rights[20], fathe...
2012年
初赛
79
0
组合题
#include <iostream>using namespace std;const int SIZE = 20;int data[SIZE];int n, i, h, ans;voi...
2012年
初赛
73
0
填空题
#include <iostream>using namespace std;int n, i, ans;int gcd(int a, int b){ if (a...
2012年
初赛
69
0
填空题
#include <iostream>using namespace std;int n, i, temp, sum, a[100];int main() { c...
2012年
初赛
66
0
填空题
本题中,我们约定布尔表达式只能包含 p,q,r 三个布尔变量,以及“与”(∧)、“或”(∨)、“非”(¬)三种布尔运...
选择题
2012年
初赛
73
0
多选题
以下关于计算复杂度的说法中,正确的有( )。
选择题
2012年
初赛
71
0
多选题
以下( )属于互联网上的 E-mail 服务协议。
选择题
2012年
初赛
69
0
1
2
3
4
5
6
下一页
搜索
题目类型
全部
单选题
多选题
判断题
填空题
问答题
组合题
标签
题型
选择题
阅读程序
完善程序
判断题
年份
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年
级别
练习
初赛
复赛
国赛
预选赛