/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int read()':
/in/foo.cc:13:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(ch=='-')v=-1;ch=getchar();
   ^~
/in/foo.cc:13:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(ch=='-')v=-1;ch=getchar();
                   ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:34:14: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
       if(i!=k&&j!=f||i==k&&k==n&&j==f&&f==m)
          ~~~~^~~~~~
# 状态 耗时 内存占用
#1 Accepted 101ms 35.25 MiB
#2 Accepted 102ms 35.223 MiB
#3 Accepted 101ms 35.234 MiB
#4 Accepted 104ms 35.25 MiB
#5 Accepted 86ms 35.262 MiB
#6 Accepted 110ms 35.207 MiB
#7 Accepted 110ms 35.16 MiB
#8 Accepted 132ms 35.344 MiB
#9 Accepted 61ms 35.25 MiB
#10 Accepted 58ms 35.234 MiB

信息

递交者
类型
递交
题目
P1493 传纸条
语言
C++
递交时间
2017-11-09 20:07:52
评测时间
2017-11-09 20:07:52
评测机
分数
100
总耗时
971ms
峰值内存
35.344 MiB