热门

最新

红包

立Flag

投票

同城

我的

发布
m0_51412511
「已注销」
3 年前
truem0_51412511

👍🏻

COLMAP在Ubuntu18.04下安装

CSDN App 扫码分享
分享
评论
点赞
打赏
  • 复制链接
  • 举报
下一条:
package yinyue; import java.util.*; public class ScoreReportTest { public static void main(){ ScoreReport s1=new ScoreReport(10001,"java",19,"zhengfudan","202110089079","yinyue",(int)Math.random()); ScoreReport s2=new ScoreReport(10001,"java",19,"zhengfudan","202110089***","liuyuxin",(int)Math.random()); ScoreReport s3=new ScoreReport(10001,"java",19,"zhengfudan","202110089***","moxingmei",(int)Math.random()); ScoreReport s4=new ScoreReport(10001,"java",19,"zhengfudan","202110089***","liangjinfei",(int)Math.random()); s1.display(); s2.display(); s3.display(); s4.display(); } }
立即登录