侧边栏
首页代码
摘要: 题目大意为输入N个数字 然后从中查找M个数字 找出从小到大排序后的数字中目标数字是第几个 #include<bits/stdc++.h> using namespace std; int a[10000000]; int main() { int n,m,c = 0; while((cin >> n 阅读全文
posted @ 2020-10-26 23:00 AlexStraightUp 阅读(75) 评论(1) 推荐(0)
摘要: #include<bits/stdc++.h> using namespace std; int a[25][25]; int main() { int n; scanf("%d",&n); int x,y,tot = 1; memset(a,0,sizeof(a)); a[x = 0][y = 0 阅读全文
posted @ 2020-10-26 19:14 AlexStraightUp 阅读(58) 评论(1) 推荐(0)
页脚HTML代码