摘要:
写着写着觉得后面的都是重复前面的工作,于是直接不写了(不是) #include<iostream> #include<string.h> using namespace std; #define MAX 1000 //设计联系人结构体 struct person { //姓名 string name 阅读全文
posted @ 2025-02-07 22:49
Ryan_jxy
阅读(41)
评论(0)
推荐(0)
摘要:
异常捕捉 try{} catch{} import java.util.Scanner; public class ArrayIndex { public static void main(String[] args) { int [] a =new int[10]; int idx; Scanne 阅读全文
posted @ 2025-02-07 00:45
Ryan_jxy
阅读(17)
评论(0)
推荐(0)

浙公网安备 33010602011771号