记录详情

Time Exceeded

/in/foo.cc: In function 'void read(int&)':
/in/foo.cc:14:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while((ch=getchar())<'0'||ch>'9')if(ch=='-')flag=-1;res=ch-48;
  ^~~~~
/in/foo.cc:14:54: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while((ch=getchar())<'0'||ch>'9')if(ch=='-')flag=-1;res=ch-48;
                                                      ^~~
/in/foo.cc:15:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while((ch=getchar())>='0'&&ch<='9')res=res*10+ch-48;res*=flag;
  ^~~~~
/in/foo.cc:15:54: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while((ch=getchar())>='0'&&ch<='9')res=res*10+ch-48;res*=flag;
                                                      ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 4ms 356.0 KiB
#2 Accepted 1ms 360.0 KiB
#3 Time Exceeded ≥1006ms ≥196.0 KiB
#4 Wrong Answer 1ms 360.0 KiB

信息

递交者
类型
递交
题目
神犇的party
语言
C++
递交时间
2017-08-21 11:10:08
评测时间
2017-08-21 11:10:08
评测机
分数
25
总耗时
≥1013ms
峰值内存
≥360.0 KiB