记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:27:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(j=1;j<=n;j++)
  ^~~
foo.cc:30:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   cin>>x1>>x2>>y1>>y2;
   ^~~
foo.cc:33:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(j=1;j<=n;j++) 
  ^~~
foo.cc:34:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  x1=i;y1=j;
       ^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 6ms 640.0 KiB
#2 Runtime Error Segmentation fault 1ms 384.0 KiB
#3 Runtime Error Segmentation fault 2ms 436.0 KiB
#4 Runtime Error Segmentation fault 6ms 640.0 KiB
#5 Runtime Error Segmentation fault 6ms 604.0 KiB
#6 Runtime Error Segmentation fault 6ms 672.0 KiB
#7 Runtime Error Segmentation fault 6ms 668.0 KiB
#8 Runtime Error Segmentation fault 6ms 664.0 KiB
#9 Runtime Error Segmentation fault 6ms 668.0 KiB
#10 Runtime Error Segmentation fault 6ms 568.0 KiB

信息

递交者
类型
递交
题目
营救
题目数据
下载
语言
C++
递交时间
2021-11-19 19:41:43
评测时间
2021-11-19 19:41:43
评测机
分数
0
总耗时
55ms
峰值内存
672.0 KiB