📄 config.pm
字号:
####################################################################### Configuration file for the Data Lab autograders## Copyright (c) 2002, R. Bryant and D. O'Hallaron, All rights reserved.# May not be used, modified, or copied without permission.#######################################################################What is the name of this Lab?$LABNAME = "datalab";# How are the points distributed?$MAXCORR = 40; # Maximum correctness points$MAXPERF = 30; # Maximum performance points$MAXSTYLE = 5; # Maximum style points# Where are the source files?# Override with -s.$SRCDIR = ".";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -