记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:18:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int j=1;j<=m;j++)
  ^~~
/in/foo.cc:20:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    cin>>a1>>a2>>b1>>b2;
    ^~~
# 状态 耗时 内存占用
#1 Accepted 3ms 384.0 KiB
#2 Accepted 3ms 344.0 KiB

信息

递交者
类型
递交
题目
最少转弯问题
语言
C++
递交时间
2017-12-28 19:41:48
评测时间
2017-12-28 19:41:48
评测机
分数
100
总耗时
7ms
峰值内存
384.0 KiB