?? 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 + -