config.pm
来自「SSD6网上教程全部练习及答案 原版的正确答案」· PM 代码 · 共 23 行
PM
23 行
####################################################################### 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 + =
减小字号Ctrl + -
显示快捷键?