自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (2)
  • 收藏
  • 关注

原创 201312_2 ccf csp ISBN号码(100)

#include <iostream> using namespace std; char isbn[13]; int check(){ int sum = 0; for(int i=0;i<11;i++){ if(i!=1 && i!=5){ if(i==0) sum...

2018-02-24 17:19:51 243

原创 201312_1 ccf csp 出现次数最多的数(100)

这个是在还没有学习STL之前写的,比较复杂,但思路很简单。#include<bits/stdc++.h> using namespace std; int main(){ int n;//1 ≤ n ≤ 1000 cin>>n; int array[n]; for(int i=0;i<n;i++) cin>>array[i]; int fre[

2018-02-24 17:15:41 312

计算机图形学C语言(EasyX)画笑脸

计算机图形学课程作业,用C语言(EasyX)画笑脸......

2018-04-22

java字符串匹配

3.Build a program using Java array of string, you need to input 5 or more most famous universities in the world, and the annual tuition of each university. Please (1) Display the university name by uppercases that has the longest name; (2) Display the university that has the most expensive tuition. (3) OPTION: input a curtain university; try to search for the matched name in your university list. If there is a match (or no match) found, print a corresponding message. (Hint: one of solutions is to use java.util.regex API 正则表达式)

2017-12-23

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除