【JavaGuide面试总结】Java集合篇·上1.简单说说Java集合框架体系Collection接口Map接口2.说说 List, Set, Queue, Map 四者的区别?3.你在编程时如何选用集合?4.Collection 子接口之 ListArrayList 和 Vector 的区别?ArrayList 与 LinkedList 区别?说一说 ArrayList 的扩容机制吧先从 A
Judge Judy's comcast
原创 2009-03-19 07:28:22
886阅读
1评论
Description Welcome to HDU to take part in the second CCPC girls’ competition! A new automatic judge system is used for this competition. During the f
转载 2018-05-11 18:18:00
148阅读
2评论
OJ:它是Online Judge系统的简称,用来在线检测程序源代码的正确性。著名的OJ有RQNOJ、URAL等。国内著名的题库有北京大学题库、浙江大学题库等。国外的题库包括乌拉尔大学、瓦拉杜利德大学题库等。 ACM:ACM国际大学生程序设计竞赛(英文全称:ACM International Col
转载 2017-05-03 00:31:00
307阅读
2评论
pascal: var number :string; n,i:integer; flag:boolean; begin readln(number); n:=length(number); flag:=true; for i:=1 to trunc( (n+1)/2 ) do if number[ ...
转载 2021-10-08 01:05:00
100阅读
2评论
题目题意:摘自柳神 ,反正
转载 2023-06-27 10:24:08
139阅读
#!/bin/bashwhiletrue;doread-p"pleaseinput:"aexpr$a+1&>/dev/nullif[$?-eq0];thenecho"inputisint."elseecho"inputischar."fiif[$a=='q'];thenbreakfidone
原创 2018-01-11 09:27:48
702阅读
The ranklist of PAT is generated from the status list, which shows the scores of the submissions. This time you are supposed to generate the ranklist
转载 2020-04-30 22:05:00
53阅读
2评论
1.SGU(Saratov State University Online Contester) 有很多难题,还有Virtual Contest,推荐推荐。 地址: http://acm.sgu.ru/ 2.Ural(Timus Online Judge) 有很多自己独有的题目。 地址: http://acm.timus.ru/ 3.HIT(Harbin Institute of Technology) 感觉和ZJU差不多。 地址: http://acm.hit.edu.cn/ 4.UVAACM题目极全,还有world final的提交测试。 地址: http://acm.uva.es/pro
转载 2011-04-04 09:38:00
147阅读
2评论
Initially, there is a Robot at position (0, 0). Given a sequence of its moves, judge if this robot makes a circle, which means it moves back to the or
原创 2021-08-07 11:45:11
116阅读
JDKJDK(Java Development Kit)包含: JRE的超集,包含编译器和调试器等用于程序开发的文件JREJRE(Java Run Environment)包含: java虚拟机,库函数,运行java应用程序和Applet所必须的文件JVMJVM(Java Virtual Machine)是一种规范,可以使用软件来实现,也可以使用硬件来实现,就是一个虚拟的用于执行字节码的计算机。他
转载 2023-08-11 15:58:34
182阅读
函数是什么 定义和调用函数 定义函数 调用函数 函数重要概念 参数类型 return语句 变量作用域 ——————————————————————————————def greet(name): #def的意思是定义(英文define缩写),greet是【函数名】(自己取的),再搭配一个括号和冒号,括号里面的name是参数(参数名也是自己取)。 print(name+'早上好')
Q:孩子三岁还不会写高精度怎么办?A:来学Java吧!学会Java大数,解决你的烦恼!(虽然Python更加简单,但是ACM比赛不让用Python)——————————————————————————————————————————————————————hdu 1042 N! 多组询问,求n的阶乘,n最大到1e4。大数乘法,需要用到BigInteger类中的multiply方法了。 (Java概
浅谈oj平台
原创 2022-09-05 14:38:33
578阅读
原文:http://hi.baidu.com/myalgorithm/blog/item/936031105bdb5958f819b880.htmlOnline Judge System起源與由來「 Association for Computing Machinery (ACM) 」是一個致力於電腦科學教育的協會,出版大量專業期刊、文獻,舉辦重大的計算機科學會議,在資訊界舉足輕重、名聞遐邇。AC
转载 精选 2009-10-07 23:26:19
1885阅读
Initially, there is a Robot at position (0, 0). Given a sequence of its moves, judge if this robot makes a circle, which means it moves back to the or
IT
转载 2019-06-09 10:37:00
75阅读
2评论
"C. Multi judge Solving" 写这个题的时
原创 2022-11-03 15:21:14
57阅读
Online Judgehttp://www.cnblogs.com/kuangbin/archive/2012/10/28/2743788.htmlTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 3589 Accepted Submission(s): 1349 Problem DescriptionIgnatius is building an Online Judge, now he has worked out all the pr
转载 2012-12-27 10:48:00
92阅读
2评论
Description In ``Hangman Judge,'' you are to write a program that judges a series of Hangman games. For each game, the answer to the puzzle is given a
转载 2016-03-19 16:45:00
49阅读
2评论
# 如何安装Python Judge包 ## 概述 在编程学习和开发中,有时候会遇到需要使用Judge包进行代码评测的情况。本文将向你介绍如何安装Python的Judge包,并帮助你快速上手。 ## 安装流程概述 | 步骤 | 操作 | | --- | --- | | 1 | 安装Python | | 2 | 安装pip | | 3 | 使用pip安装Judge包 | ## 具体操作步骤
原创 1月前
21阅读
  • 1
  • 2
  • 3
  • 4
  • 5