/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'int read()':
/in/foo.cc:15:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while(ch<='9'&&ch>='0') x=x*10+ch-'0',ch=gc();return x;
     ^~~~~
/in/foo.cc:15:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while(ch<='9'&&ch>='0') x=x*10+ch-'0',ch=gc();return x;
                                                   ^~~~~~
# 状态 耗时 内存占用
#1 Time Exceeded ≥1000ms ≥224.0 KiB
#2 Time Exceeded ≥1001ms ≥208.0 KiB
#3 Time Exceeded ≥1002ms ≥228.0 KiB
#4 Time Exceeded ≥1000ms ≥208.0 KiB
#5 Time Exceeded ≥1002ms ≥228.0 KiB
#6 Time Exceeded ≥1000ms ≥212.0 KiB

信息

递交者
类型
递交
题目
P1534 高性能计算机
语言
C++
递交时间
2020-05-24 12:16:47
评测时间
2020-05-24 12:16:47
评测机
分数
0
总耗时
≥6006ms
峰值内存
≥228.0 KiB