Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:51: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 M[i][j]=u;P[c]=make_pair(u,c);x[c]=i,y[c]=j;c++;}}for(int i=1;i<c;i++)
                                                   ^~~
/in/foo.cc:10:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
 pa[i]=i;T=read();t=T;for(int i=1;i<=T;i++)a[i]=read();sort(P,P+c),c--;
         ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1944 琵琶湖
 - 语言
 - C++
 - 递交时间
 - 2020-02-02 19:36:57
 - 评测时间
 - 2020-02-02 19:37:16
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 2393ms
 - 峰值内存
 - 28.855 MiB