ACM/ICPC 大赛常见英语词汇

反馈信息

Accepted. ————通过!(AC)
Wrong Answer.————答案错。(WA)
RunTime Error.——程序运行出错,意外终止等。(RTE)
Time Limit Exceeded. ——超时。程序没在规定时间内出答案。(TLE)
Presentation Error. ——格式错。程序没按规定的格式输出答案。(PE)
Memory Limit Exceeded. ——超内存。程序没在规定空间内出答案。(MLE)
Compile Error. ——编译错。程序编译不过。(CE)

A

abbreviate    缩写  
acyclic       非循环的、非周期的
addition      附加
adjacent      相邻的
arbitrary     任意的
assume        假设,认为
angel         角度
attributes    属性

B

bonus         奖金
briefly       简短的 

C

calculate     计算
categories    类别
chaotic       混乱的
collinear     共线的
comma         逗号
composition   作品
concentrate   浓度,集中 
consecutive   连续的
consistof     由....组成
constrain     约束
contain       包含
converge      汇聚
coordinates   坐标
corrupt       腐烂,破坏
courier       快递公司
cubes         立方
cubic         立方体的
cylindrical   圆柱

D

denote        一套
diagonal      对角
dial          钟面,拨打
diameter      直径
digit         位数  数字;手指;足趾
distinctvalues独一无二的值
distributed   分布式的
dimension     纬度

E

efficiently   高效地
equation      方程式 等式
encrypt       加密
endpoint      断点
even          偶数

F

feature       特征
followby      跟随,其后
formally      正式的
fraction      分数,小数

G

generate      产生

H

horizon       地平线

I

identical     完全相同的
incline       倾斜
indices       下标
integer       整数
intersect     相交
interval      间隔
inverse       反向 
involution    内卷
irreducible   不可减少的

J

在这里         代码片

K

在这里插入     代码片

L

labelled     贴标签于
liquid       液体
loop         环

M

matrices     矩阵
meadow       草坪
minimalvolume最小体积
minor        较小的
multiset     多重集合

N

negative     负 

O

odd          奇数
optimal      最优的  
overall      总体的

P

palindromic  回文的
parallel     平行的
perspective  观点
pile         一叠
positive     正
proceed      运行

Q

在这里插入    代码片

R

recursive    递归的
relevant     紧密相连的
revisions    修订
rotate       旋转

S

self-loops   自环
sequence     一连串,有关联的一组事物
series
simulation   同时的
specify      指定
sphere       圆

T

times乘
triangle      三角形
triangulation 三角剖分
triple        三倍的
tromino       三格骨牌
troop         军队,组群
two-dimensional 维数

U

ultimate     基本的
underflow    下溢
undigraph(undirected graph) 无向图
uppercase    大写字母的  

V

variable   变量
vertex     顶点
volume     容量
vulnerable 容易受到攻击的

W

weight                 权

X

Y

Z

词组

ascending order                           升序
alphabetical order                        字典序
alternately rise and fall                 交替上升和下降
clockwise order                           顺时针方向顺序
D is rounded to 2 decimal places          D是精确到小数点后2位
Education is where it all begins          教育是在这一切开始
horizontal or vertical direction          水平和垂直方向
in the range of                           在....范围内
in the shape of a cross                   十字形
it may not execute in the allottedtime    这可能不是在规定的时间段内执行
lie on                                    取决于
parity property                           奇偶性
positive and negative integers            正整数和负整数
process a sequence of n distinct integers 处理一串n 个截然不同的整数
production of number                      数的乘积
rational number                           有理数
rows and columns                          行与列
There are no special punctuation symbols or spacingrules 没有特殊标点符号或间距的规则
two adjacent sequence elements            两个相邻的元素串
two-dimensional array                     二维数组
unique identifier                         唯一的标识符
wooden planks                             木板
unconnected graph 非连通图
variable-aggregate data type              可变聚合数据类型
Vertex Coloring                           点染色(Vertex Cover 点覆盖)
Voronoi Diagrams Voronoi                  图
weakly connected graph                    弱连通图
weighted average                          加权平均值
weighted graph                            加权图
wooden planks                             木板
上一篇:NCE L4


下一篇:Mybatis第一天