小白%%%%
小白%%%%
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
小白%%%%的博客
全部文章
(共1篇)
题解 | #6的个数#
#include<bits/stdc++.h> using namespace std; int a[10] = {2, 3, 3, 3, 5, 6, 6, 7, 7, 8}; int ans; int main(){ //int a[10] = {2, 3 ,3, 5 ,8 ...
2021-04-12
4
491