修改下编程的提示
This commit is contained in:
parent
0fd164d2bb
commit
1f9d2ceffb
|
@ -422,8 +422,8 @@ $(function(){
|
|||
src = '\
|
||||
//注意\n\
|
||||
//1:该程序每次运行的时间必须小于200毫秒,否则会超时,程序超时将不会测试剩余的测试集\n\
|
||||
//2:该程序每次运行使用的内存不能超过3200字节,否则会返回错误\n\
|
||||
//3:该程序每次运行输出的结果不能超过3200个字符(最多显示100个字符),否则会返回错误\n\
|
||||
//2:该程序每次运行使用的内存不能超过1M,否则会返回错误\n\
|
||||
//3:该程序每次运行输出的结果最多显示100个字符(多余的不显示),否则会返回错误\n\
|
||||
import java.io.*;\n\
|
||||
import java.util.*;\n\
|
||||
\n\
|
||||
|
@ -446,8 +446,8 @@ class Main\n\
|
|||
src = '\
|
||||
//注意\n\
|
||||
//1:该程序每次运行的时间必须小于200毫秒,否则会超时,程序超时将不会测试剩余的测试集\n\
|
||||
//2:该程序每次运行使用的内存不能超过3200字节,否则会返回错误\n\
|
||||
//3:该程序每次运行输出的结果不能超过3200个字符(最多显示100个字符),否则会返回错误\n\
|
||||
//2:该程序每次运行使用的内存不能超过1M,否则会返回错误\n\
|
||||
//3:该程序每次运行输出的结果最多显示100个字符(多余的不显示),否则会返回错误\n\
|
||||
#include <stdio.h>\n\
|
||||
int main()\n\
|
||||
{\n\
|
||||
|
@ -466,8 +466,8 @@ int main()\n\
|
|||
src = '\
|
||||
//注意\n\
|
||||
//1:该程序每次运行的时间必须小于200毫秒,否则会超时,程序超时将不会测试剩余的测试集\n\
|
||||
//2:该程序每次运行使用的内存不能超过3200字节,否则会返回错误\n\
|
||||
//3:该程序每次运行输出的结果不能超过3200个字符(最多显示100个字符),否则会返回错误\n\
|
||||
//2:该程序每次运行使用的内存不能超过1M,否则会返回错误\n\
|
||||
//3:该程序每次运行输出的结果最多显示100个字符(多余的不显示),否则会返回错误\n\
|
||||
#include <iostream>\n\
|
||||
using namespace std;\n\
|
||||
\n\
|
||||
|
@ -487,8 +487,8 @@ int main()\n\
|
|||
src = '\
|
||||
#注意\n\
|
||||
#1:该程序每次运行的时间必须小于200毫秒,否则会超时,程序超时将不会测试剩余的测试集\n\
|
||||
#2:该程序每次运行使用的内存不能超过3200字节,否则会返回错误\n\
|
||||
#3:该程序每次运行输出的结果不能超过3200个字符(最多显示100个字符),否则会返回错误\n\
|
||||
#2:该程序每次运行使用的内存不能超过1M,否则会返回错误\n\
|
||||
#3:该程序每次运行输出的结果最多显示100个字符(多余的不显示),否则会返回错误\n\
|
||||
import sys \n\
|
||||
\n\
|
||||
#获取参数方式,使用raw_input\n\
|
||||
|
|
Loading…
Reference in New Issue