/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int read()':
/in/foo.cc:5:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(ch>='0'&&ch<='9')x=x*10+ch-'0',ch=getchar(); return x;
  ^~~~~
/in/foo.cc:5:53: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while(ch>='0'&&ch<='9')x=x*10+ch-'0',ch=getchar(); return x;
                                                     ^~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 4ms 4.25 MiB
#2 Wrong Answer 3ms 4.375 MiB
#3 Wrong Answer 4ms 4.25 MiB
#4 Wrong Answer 31ms 5.668 MiB
#5 Wrong Answer 25ms 6.293 MiB
#6 Wrong Answer 3ms 2.25 MiB
#7 Wrong Answer 4ms 2.25 MiB
#8 Wrong Answer 3ms 2.258 MiB
#9 Wrong Answer 20ms 3.25 MiB
#10 Wrong Answer 21ms 3.25 MiB

信息

递交者
类型
递交
题目
P1807 迷失游乐园
语言
C++
递交时间
2017-05-02 20:41:27
评测时间
2017-05-02 20:41:27
评测机
分数
0
总耗时
121ms
峰值内存
6.293 MiB