当前位置:网站首页>【暑期每日一题】洛谷 P3156 【深基15.例1】询问学号
【暑期每日一题】洛谷 P3156 【深基15.例1】询问学号
2022-08-02 06:07:00 【AC_Dragon】
题目链接:P3156 【深基15.例1】询问学号 - 洛谷 | 计算机科学教育新生态 (luogu.com.cn)
题目描述
有 n(n <= 2×10^6) 名同学陆陆续续进入教室。我们知道每名同学的学号(在 1 到 10^9 之间),按进教室的顺序给出。上课了,老师想知道第 i 个进入教室的同学的学号是什么(最先进入教室的同学 i=1),询问次数不超过 10^5 次。
输入格式
第一行 2 个整数 n 和 m,表示学生个数和询问次数。
第二行 n 个整数,表示按顺序进入教室的学号。
第三行 m 个整数,表示询问第几个进入教室的同学。
输出格式
输出 m 个整数表示答案,用换行隔开。
样例 #1
样例输入 #1
10 3
1 9 2 60 8 17 11 4 5 14
1 5 9样例输出 #1
1
8
5AC code:
#include<iostream>
#include<algorithm>
using namespace std;
const int N = 2e6 + 10;
int a[N];
int main()
{
ios::sync_with_stdio(false);
cin.tie(0);
int n,m;
cin>>n>>m;
for(int i=1;i<=n;i++)
cin>>a[i];
while(m--)
{
int x;
cin>>x;
cout<<a[x]<<endl;
}
return 0;
}边栏推荐
猜你喜欢

Leading the demand and justifying the HR value - the successful launch of the "Human Resource Leading Model HRLM"

Not annotated parameter overrides @NonNullApi parameter

CAT1 4G+以太网开发板腾讯云手机微信小程序显示温度和下发控制

8/1 思维+扩展欧几里得+树上dp

APP special test: traffic test

MySQL(3)

PMP新考纲考试内容介绍

Specified URL is not reachable,caused by :‘Read timed out

MySQL高级SQL语句(二)
![[数据集][VOC]眼睛佩戴数据集VOC格式6000张](/img/66/37f76d9ce5d5f68d6ea0e18710fa04.png)
[数据集][VOC]眼睛佩戴数据集VOC格式6000张
随机推荐
Technology empowers Lhasa's "lungs", Huawei helps Lalu Wetland Smart Management to protect lucid waters and lush mountains
Submit code process
The nacos source code can not find the istio package
Revitalize rural circular economy and digital chain to link agricultural "ecological chain"
MySQL 5.7 安装教程(全步骤、保姆级教程)
MySql 5.7.38下载安装教程 ,并实现在Navicat操作MySql
MySQL高级SQL语句(二)
MySQL 23道经典面试吊打面试官
node安装及环境配置
Mining game (C language)
DNS resolution process
文件上传漏洞(二)
Toolbox App 1.25 新功能一览 | 版本更新
optional
zabbix auto-discovery and auto-registration
MySQL high-level statements (1)
The stock price has repeatedly hit new lows, and the real estate SaaS giant is in trouble. How should Mingyuan Cloud transform and save itself?
Py之mlxtend:mlxtend库的简介、安装、使用方法之详细攻略
有点奇怪!访问目的网址,主机能容器却不行
Ue after video tutorial first