• 2024-07-30找出数组中最大和最小值
    找出数组中最大和最小值/*数组获取最值(获取数组中的最大值最小值)*/publicclassArrayTest2{publicstaticvoidmain(String[]args){int[]arr={123,451,45,12,556,12,412};//1、默认将第一个元素作为最大值以及最小值int
  • 2024-06-23给定一字符串,从中提取最大的数字。
    给定一字符串,包含数字、小写字母、正负号、小数点,从中提取最大的数字。/***给定一字符串,包含数字、小写字母、正负号、小数点,从中提取最大的数字*abc56dfg+78ddd-89aa89.3ggg*/publicclassMain{publicstaticvoidmain(String[]args){System.out.p
  • 2022-12-05打印素数 两种不同方法
    1.用数组列出素数表是素数该下标对应的值为1将每个素数的倍数对应的下标值赋为0这样就完成了素数表#include<stdio.h>intmain(){constintmaxNumber=255;
  • 2022-11-08C/C++ 编程
    写一个函数找出一个整数数组中,第二大的数 constintMINNUMBER=-32767;intfind_sec_max(intdata[],intcount){intmaxnumber=data[0];i
  • 2022-11-05leetcode 2437
    简介简单题codeclassSolution{publicIntegercount=0;publicvoiddfs(StringBuffertime,int[]aws,intrlt,intmaxNumber){if(rlt>=m
  • 2022-10-25BZOJ 1012: [JSOI2008]最大数maxnumber
    题目链接:​​传送门​​时隔一年再写一遍#include<iostream>#include<cstdio>#include<cstring>#include<cstdlib>#include<complex>#include<algorithm>#include<cl